summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert select() to poll() in display.cAmadeusz Sławiński2019-12-281-14/+14
* Make closeallfiles() fasterAmadeusz Sławiński2019-12-281-5/+25
* Using 'https' instead of 'http'Alexander Naumov2019-11-0957-61/+61
* Update ambiguous and wide characters tables to Unicode 12.1.0Amadeusz Sławiński2019-10-021-15/+22
* Get rid of externs in telnet.cAmadeusz Sławiński2019-09-192-6/+3
* Fix broken mouse after ncurses 6.1Amadeusz Sławiński2019-09-072-2/+6
* Fix some gcc-9 warning in utmpAmadeusz Sławiński2019-05-181-11/+9
* Revert "Remove unnecessary condition check"Amadeusz Sławiński2019-05-131-0/+2
* Clean whole buffer if we don't want to parse itAmadeusz Sławiński2019-04-172-5/+5
* Remove unnecessary condition checkAmadeusz Sławiński2019-04-141-2/+0
* Close file descriptor after query commandAmadeusz Sławiński2019-04-141-0/+1
* Fix -L option when passed to backend via MsgAmadeusz Sławiński2019-04-132-0/+3
* Define data pointer in Event as voidAmadeusz Sławiński2019-03-311-1/+1
* Fix D_processinputdata typeAmadeusz Sławiński2019-03-312-3/+3
* 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