summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* expose less functions via headerAmadeusz Sławiński2017-07-092-6/+6
* separate handling of 16 color and 256 color escapesAmadeusz Sławiński2017-07-093-27/+43
* type cleanupsAmadeusz Sławiński2017-07-091-6/+6
* cleanup some types in encoding handlingAmadeusz Sławiński2017-07-092-16/+16
* check dup return valuesAmadeusz Sławiński2017-07-091-2/+4
* add italics supportAmadeusz Sławiński2017-07-096-26/+23
* Panic if we fail dupAmadeusz Sławiński2017-07-091-1/+2
* bail out if we fail ftruncateAmadeusz Sławiński2017-07-091-4/+8
* Unicode standard says only 21 bits are usedAmadeusz Sławiński2017-07-011-6/+1
* Fix parallel make installMatt Whitlock2017-07-011-1/+1
* constify ListGenericAmadeusz Sławiński2017-06-284-5/+5
* check if we could reassociate std streamsAmadeusz Sławiński2017-06-221-4/+4
* do proper casting to avoid warningsAmadeusz Sławiński2017-06-221-1/+1
* check results of setgid/uidAmadeusz Sławiński2017-06-221-7/+14
* silence unused variable warningAmadeusz Sławiński2017-06-221-0/+1
* silence -Wunused_result warningsAmadeusz Sławiński2017-06-221-3/+6
* LockTerminal is now unused, so remove itAmadeusz Sławiński2017-06-221-38/+0
* authenticate on attach/detachAmadeusz Sławiński2017-06-225-160/+110
* prepare for authentication in socket.cAmadeusz Sławiński2017-06-221-29/+28
* remove LockTerminal callAmadeusz Sławiński2017-06-221-2/+0
* move forward declaration to proper placeAmadeusz Sławiński2017-06-221-2/+1
* Revert "remove unneeded password stuff from socket attach/detach"Amadeusz Sławiński2017-06-221-2/+87
* begin viewing scrollback buffer at the first line of output instead of at the...Guo Ci2017-06-215-4/+11
* update unicode wide tablesBrian De Wolf2017-06-211-63/+293
* small cleanupsAmadeusz Sławiński2017-06-211-16/+14
* remove dangling elseAmadeusz Sławiński2017-06-201-2/+1
* reduce variable scopeAmadeusz Sławiński2017-06-201-3/+2
* Panic() if we fail chown() on socketAmadeusz Sławiński2017-06-201-1/+2
* Panic(), if we can't write to D_userfdAmadeusz Sławiński2017-06-191-1/+2
* make pow_detach_msg from screenrc actually workAmadeusz Sławiński2017-06-191-1/+1
* correct variable scope, and name betterAmadeusz Sławiński2017-06-191-4/+3
* enable PAM by default, print configuration on ./configureAmadeusz Sławiński2017-06-101-2/+28
* fix crash when build without PAM supportAmadeusz Sławiński2017-05-301-3/+0
* Adding status escape for window groupNeal Fultz2017-05-302-0/+14
* screen: do not stat("")Christian Brauner2017-05-301-1/+2
* fix typoAmadeusz Sławiński2017-04-181-1/+1
* use library sleep functionsAmadeusz Sławiński2017-04-134-13/+5
* use str(n)dup instead of reinventing the wheelAmadeusz Sławiński2017-04-121-10/+7
* fix restoring cursor position after leaving altscreenAmadeusz Sławiński2017-04-062-1/+9
* screen: handle pts devices in different namespacesChristian Brauner2017-04-067-42/+133
* handle pty device from different namespaceChristian Brauner2017-03-241-2/+10
* fix mixing external & internal TERMSamuel Thibault2017-03-221-0/+2
* SYNC doc/screen.texinfoAlexander Naumov2017-03-011-47/+45
* adding copyrightAlexander Naumov2017-03-011-3/+4
* SYNC man-page with screen-v4Alexander Naumov2017-02-281-10/+16
* merge 2 ifs into one in win_readev_fnAmadeusz Sławiński2017-02-161-5/+1
* change l_mouseevent struct typesAmadeusz Sławiński2017-02-152-6/+6
* make parse_input_int len arg size_tAmadeusz Sławiński2017-02-151-2/+3
* make MakePaster len arg size_tAmadeusz Sławiński2017-02-153-3/+3
* use size_t in ProcessInputAmadeusz Sławiński2017-02-153-8/+10