summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Copyright update for 2019Alexander Naumov2019-03-291-1/+1
* Typo in man pageAlexander Naumov2019-03-291-1/+1
* fix UTF-8 characters with more than 2 bytesStefan Assmann2019-03-171-1/+0
* drop unnecessary BEL from bracketed paste mode sequenceAmadeusz Sławiński2019-02-141-2/+2
* Fix extra characters when sending a command in one goNicolas Schodet2019-02-111-1/+2
* make build date reproducibleAmadeusz Sławiński2019-02-022-2/+9
* Fix blanker to work when screen is suid rootScott Shambarger2019-01-274-7/+22
* Prevent Panic causing Panic, and children removing socketsScott Shambarger2019-01-274-1/+11
* mark AttacherFinit, AttacherFinitBye & Attacher as noreturnAmadeusz Sławiński2019-01-272-2/+3
* mark backticks as staticAmadeusz Sławiński2019-01-261-1/+1
* fix flow of 'at' commandAmadeusz Sławiński2019-01-261-6/+6
* sched() can be marked as noreturnAmadeusz Sławiński2019-01-261-1/+1
* remove unneeded castAmadeusz Sławiński2019-01-261-1/+1
* RunBlanker prototype should be in display.hAmadeusz Sławiński2019-01-262-1/+1
* wmb_create takes no parametersAmadeusz Sławiński2019-01-261-1/+1
* in verbose command, we can ignore return value from ParseOnOffAmadeusz Sławiński2018-12-061-1/+1
* in log command toggle log only if we successfully parsed argumentAmadeusz Sławiński2018-12-061-2/+2
* in truecolor command trigger redraw only if passed correct argumentAmadeusz Sławiński2018-12-061-2/+2
* don't attempt to swap window with itselfAmadeusz Sławiński2018-12-061-0/+3
* get rid of Wformat-overflow warningAmadeusz Sławiński2018-11-201-1/+1
* fix zombie commandAmadeusz Sławiński2018-11-201-1/+1
* check if fseek & ftell succeededAmadeusz Sławiński2018-11-201-2/+18
* w_tty is an array, so we don't need to perform NULL check on itAmadeusz Sławiński2018-11-181-1/+1
* fix truecolor escapeAmadeusz Sławiński2018-11-181-2/+2
* added documentation for traversal to parent groupEthan Warth2018-11-182-0/+23
* added function and key binding for traversing to parentEthan Warth2018-11-182-0/+25
* add persistent bits to window group display optionsEthan Warth2018-11-183-1/+20
* Fix for nomem handling in resize.c:ChangeWindowSize()Václav Doležal2018-11-181-16/+17
* Revert "those 0 assignment made rest of code totally not working"Václav Doležal2018-11-181-4/+1
* Fix file descriptor leakVáclav Doležal2018-11-181-1/+2
* Use memcpy(3) in string substitutionVáclav Doležal2018-11-181-1/+1
* apply patch by Therese fixing some doc issuesTherese Godefroy2018-10-141-6/+6
* bugfix: crash on dinfo, "stack smashing detected"Jason Simpson2018-09-241-9/+14
* doc: fix typosSvyatoslav Mishyn2018-07-242-8/+8
* add %T escape to show current tty for windowAmadeusz Sławiński2018-06-252-0/+11
* remove character substitutionAmadeusz Sławiński2018-06-211-17/+16
* fix manpageEric S. Raymond2018-06-211-1/+1
* manpage: Explain window permissions in a tableMarcin Cieślak2018-05-311-18/+17
* manpage: Use monospaced font to render example of "displays"Marcin Cieślak2018-05-311-0/+2
* manpage: Indent both examples for readregMarcin Cieślak2018-05-311-1/+1
* manpage: keep nonblock and status parameters on the same lineMarcin Cieślak2018-05-311-2/+2
* manpage: explain flow control state indicators with a tableMarcin Cieślak2018-05-311-9/+10
* manpage: Remove horizontal lines on large tablesMarcin Cieślak2018-05-311-4/+113
* manpage: add vertical space after bindkey examplesMarcin Cieślak2018-05-311-0/+5
* manpage: Print = instead of double horizontal lineMarcin Cieślak2018-05-311-1/+1
* check if we succeeded in SttyModeAmadeusz Sławiński2018-05-311-1/+8
* make sure we get all Panic messagesAmadeusz Sławiński2018-05-311-4/+5
* clean up hostname mangling in utmpAmadeusz Sławiński2018-05-221-32/+9
* macro formattingAmadeusz Sławiński2018-05-221-41/+45
* fix gcc warningAmadeusz Sławiński2018-05-221-1/+1