summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-17[PATCH 2/2] trivial: docs: Add missing ')'.HEADmasterMichael Witten1-1/+1
2020-12-17[PATCH 1/2] trivial: docs: Fix typo (s/paramter/parameter)Michael Witten1-1/+1
2020-10-20bugfix: option -X ignores specified user in multiuser envTaj Morton1-0/+4
2020-04-27TERMCAP_BUF is used in place of TERMCAP_BUFSIZEVictor Dmitriev1-1/+1
2020-02-22Expand d_xtermosc array in struct DisplayVáclav Doležal1-1/+1
2020-02-05Increase permitted length of OSCAmadeusz Sławiński1-1/+1
2020-02-05Fix out of bounds access when setting w_xtermosc after OSC 49Amadeusz Sławiński1-1/+1
2020-02-03Add escape to show number of currently open windows in hardstatused@s5h.net3-0/+32
2020-02-03Fix 100% cpu use on one core with pollAmadeusz Sławiński1-1/+1
2020-02-03Haiku port: Check for some librariesFrançois Revol1-1/+6
2020-02-03fix mismatched types in prototypeFrançois Revol2-2/+2
2020-02-03remove hardcoded -lutilFrançois Revol1-1/+0
2020-02-03add dirent.h test back to configureFrançois Revol1-0/+3
2020-02-02build: acls.c: mark unused parametersChris Meyering1-0/+4
2020-02-02build: tests/test-winmsgbuf.c: avoid GCC 10 alloca warningChris Meyering1-1/+2
2020-02-02build: test-winmsgbuf.c: add const to avoid GCC 10 warningChris Meyering1-1/+1
2020-02-02cleanup: acls.c: move unused variables into #if-0 blockChris Meyering1-2/+2
2020-02-02build: cast NULL to (char *) to prevent GCC 10 warningChris Meyering1-1/+1
2020-01-31Refactor condition handling to use offset instead of pointerAmadeusz Sławiński3-27/+30
2020-01-10Copyright update for 2020Alexander Naumov1-1/+1
2020-01-10Fix return code of '--version' and '-v'Alexander Naumov1-4/+6
2019-12-31Fix code formattingAmadeusz Sławiński2-12/+12
2019-12-28Fix variable typeAmadeusz Sławiński1-2/+2
2019-12-28Disable exclusive mode on TTY device when closingDavid Dorfman3-3/+20
2019-12-28Create TERMCAP entries limited to 1023 bytes by default.Scott Shambarger5-17/+49
2019-12-28Fix coredump on xterm and rxvtChristoph Moench-Tegeder1-1/+1
2019-12-28Count timeout in milliseconds instead of using struct timevalAmadeusz Sławiński4-31/+20
2019-12-28Convert select() to poll() in sched.cAmadeusz Sławiński1-22/+67
2019-12-28Convert select() to poll() in screen.cAmadeusz Sławiński1-5/+6
2019-12-28Convert select() to poll() in display.cAmadeusz Sławiński1-14/+14
2019-12-28Make closeallfiles() fasterAmadeusz Sławiński1-5/+25
2019-11-09Using 'https' instead of 'http'Alexander Naumov57-61/+61
2019-10-02Update ambiguous and wide characters tables to Unicode 12.1.0Amadeusz Sławiński1-15/+22
2019-09-19Get rid of externs in telnet.cAmadeusz Sławiński2-6/+3
2019-09-07Fix broken mouse after ncurses 6.1Amadeusz Sławiński2-2/+6
2019-05-18Fix some gcc-9 warning in utmpAmadeusz Sławiński1-11/+9
2019-05-13Revert "Remove unnecessary condition check"Amadeusz Sławiński1-0/+2
2019-04-17Clean whole buffer if we don't want to parse itAmadeusz Sławiński2-5/+5
2019-04-14Remove unnecessary condition checkAmadeusz Sławiński1-2/+0
2019-04-14Close file descriptor after query commandAmadeusz Sławiński1-0/+1
2019-04-13Fix -L option when passed to backend via MsgAmadeusz Sławiński2-0/+3
2019-03-31Define data pointer in Event as voidAmadeusz Sławiński1-1/+1
2019-03-31Fix D_processinputdata typeAmadeusz Sławiński2-3/+3
2019-03-29Copyright update for 2019Alexander Naumov1-1/+1
2019-03-29Typo in man pageAlexander Naumov1-1/+1
2019-03-17fix UTF-8 characters with more than 2 bytesStefan Assmann1-1/+0
2019-02-14drop unnecessary BEL from bracketed paste mode sequenceAmadeusz Sławiński1-2/+2
2019-02-11Fix extra characters when sending a command in one goNicolas Schodet1-1/+2
2019-02-02make build date reproducibleAmadeusz Sławiński2-2/+9
2019-01-27Fix blanker to work when screen is suid rootScott Shambarger4-7/+22