summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* restore missing code which was wrongly removedClark Wang2017-07-011-0/+6
* screen: don't stat("")Christian Brauner2017-05-301-1/+2
* fix typosAmadeusz Sławiński2017-04-181-1/+1
* add compat layer to handle both fifos and socketsChristian Brauner2017-04-181-25/+9
* screen: handle pts devices in different namespacesChristian Brauner2017-04-061-59/+86
* handle pty device from different namespaceChristian Brauner2017-03-241-2/+10
* bugfix: Screen doesn't build on SunOSAlexander Naumov2017-02-151-1/+4
* limits.h => PATH_MAX for SunOSAlexander Naumov2017-02-131-0/+1
* make -L logfile into separate -Logfile parameterAmadeusz Sławiński2017-02-071-15/+9
* CVE-2017-5618: secure open/close logfileAlexander Naumov2017-02-061-7/+16
* Adding "-L logfile" option for setting new logfile's nameAlexander Naumov2017-01-261-13/+10
* Replace screenlogfile only if it's neededAlexander Naumov2017-01-241-5/+6
* Ignore logfile's name that begins with the "-" symbolAlexander Naumov2017-01-211-1/+1
* [PATCH] restore comparision not to be bitwiseElan Ruusamäe2017-01-191-1/+1
* Build bugfix for AIXAlexander Naumov2016-12-061-0/+3
* fix %x improperly separating argumentsAmadeusz Sławiński2016-11-041-1/+1
* adding permissions check for the logfile nameAlexander Naumov2016-11-041-0/+6
* Code reformatingAlexander Naumov2016-09-241-1945/+1818
* Allow specifying logfile's name via command line parameterAlexander Naumov2016-09-221-0/+7
* fix terminal type length in option parsingAmadeusz Sławiński2016-09-011-1/+1
* Fix more hardcoded termlenAmadeusz Sławiński2016-06-181-5/+7
* from gentoo 4.0.2-nonblock.patchAmadeusz Sławiński2015-06-101-1/+1
* I'd like to upstream the ipv6.patch.Alexander Naumov2015-06-101-2/+14
* screen: Implement dead/zombie window pollingAlexander Naumov2015-05-271-0/+6
* screen: Introduce Xx string escape showing the executed command of a windowAlexander Naumov2015-05-271-0/+14
* fix: screen -ls always exits with 1Amadeusz Sławiński2014-09-171-2/+2
* screen: fix breakage when used inside qemuJohn Spencer2014-07-081-0/+3
* Fix cpation/hardstatus rendering problemAmadeusz Sławiński2014-05-171-2/+2
* Revert "Revert "Fix a rendition issue for padded captions""Amadeusz Sławiński2014-05-171-1/+3
* Revert "Fix a rendition issue for padded captions"Amadeusz Sławiński2014-05-171-3/+1
* Add more tty checks.Miroslav Lichvar2014-04-261-2/+7
* Revert "fix-utf8-status-padding-bug"Amadeusz Sławiński2014-04-261-7/+2
* Fixes directory creation race conditionAmadeusz Sławiński2014-04-251-1/+1
* fix-utf8-status-padding-bugAmadeusz Sławiński2014-04-251-2/+7
* This is not getopt() and we don't have two leading dashes, so parse and match...Jan Christoph Nordholz2014-04-251-0/+2
* Make the exitcode of '-q -ls' and friends ('-qr -ls' and even '-qdr -ls') mat...Jan Christoph Nordholz2014-04-251-2/+6
* allow for defining term and login length if neededAmadeusz Sławiński2014-04-221-2/+2
* Allow screen to run for users with long loginsAmadeusz Sławiński2014-04-221-1/+1
* extend commit #8c1b8e45, which fixed -x but forgot about -rMichael Schroeder2012-08-081-1/+1
* Add a new escape character 'E' to indicate whether the escape character has b...Ben Love2012-03-141-0/+5
* Fix various issues (compile warnings etc.)Amadeusz Sławiński2012-01-271-3/+3
* Suppress messages when commands have '@' (or '-') prefixes.Sadrul Habib Chowdhury2010-03-291-46/+44
* Add special rendition for silence'd windows.Sadrul Habib Chowdhury2010-03-141-0/+9
* Fix compiling SIMPLESCREEN.Sadrul Habib Chowdhury2010-03-091-0/+2
* More fixes for -Werror=format-security.Sadrul Habib Chowdhury2010-03-081-1/+1
* Fix build with -Werror=format-securityMichael Scherer2010-03-071-3/+3
* Reset displays before dumping a core.Juergen Weigert2010-02-231-21/+35
* Complete the query-response system.Sadrul Habib Chowdhury2010-02-161-2/+5
* Merge branch 'master' into query-resultSadrul Habib Chowdhury2010-02-121-8/+37
|\
| * Fix a crash caused by configurable maxwin.Sadrul Habib Chowdhury2010-02-081-1/+1