summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compile.Sadrul Habib Chowdhury2010-04-031-0/+5
* Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2010-04-031-81/+153
|\
| * 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
| | * Accommodate more color changes in the caption.Sadrul Habib Chowdhury2010-01-261-1/+1
| | * Increase the max-window limit.Sadrul Habib Chowdhury2010-01-261-4/+4
| | * Allow symlinked SockDir.Jan Christoph Nordholz2009-12-181-1/+1
| | * Wait a bit before killing a window.Sadrul Habib Chowdhury2009-12-171-1/+18
| | * Allow adding visual notification in caption string.Sadrul Habib Chowdhury2009-12-151-0/+12
| * | 'screen -Q <command>' to get back results.Sadrul Habib Chowdhury2009-09-301-1/+6
| |/
| * Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/screenSadrul Habib Chowdhury2009-09-231-2/+14
| |\
| | * - change status message code so that Flush is no longer calledMichael Schroeder2009-07-231-2/+14
| * | Add __noreturn__ attribute to some functions.Sadrul Habib Chowdhury2009-09-231-4/+4
| |/
* | Trigger detach events.Sadrul Habib Chowdhury2009-06-111-0/+4
* | Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2009-06-111-2/+7
|\ \ | |/
| * Allow user to bypass sleep of 5 seconds.Juergen Weigert2009-06-031-2/+7
* | Introduce the concept of binding.Rui Guo2009-06-021-3/+2
* | Wrap script related code with compiler directive.Rui Guo2009-06-011-0/+10
* | Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2009-02-201-5/+27
|\ \ | |/
| * Fix the rendition of some specific %w flags.Sadrul Habib Chowdhury2009-02-081-3/+1
| * Copyright for 2009Sadrul Habib Chowdhury2009-02-071-1/+1
| * Allow highlighting bell/monitor windows in captionSadrul Habib Chowdhury2009-02-071-0/+16
| * Don't forget the startup command.Sadrul Habib Chowdhury2009-01-261-0/+4
| * Fix union wait vs. int issueWilliam Pursell2009-01-241-1/+5
* | Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2009-01-231-13/+30
|\ \ | |/
| * Update copyright messages some more.Sadrul Habib Chowdhury2008-10-211-1/+6
| * Include info about the git-revision, if possible.Sadrul Habib Chowdhury2008-10-211-2/+2
| * Start converting to GPL v3+ (ref: ticket #23900)Sadrul Habib Chowdhury2008-10-131-4/+4
| * Show the session name of the screen after detachSadrul Habib Chowdhury2008-08-301-6/+18
| * Fix a crash when 'screen -x'ing from within screenSadrul Habib Chowdhury2008-08-221-1/+1
* | Fix a crash when 'screen -x'ing from within screenSadrul Habib Chowdhury2008-08-221-1/+1
* | Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2008-08-211-8/+70
|\ \ | |/
| * Fix a rendition issue for padded captionsSadrul Habib Chowdhury2008-08-161-1/+3
| * Add %p, %+p, for display of backend, display pids.Micah Cowan2008-08-131-0/+6
| * Decode titles from cmdline, and don't free from av (#18505).Micah Cowan2008-08-121-6/+34
| * Require password, when applicable, for remote detachSadrul Habib Chowdhury2008-08-111-1/+2
| * Don't have to be root if you're the same user (#9538).Micah Cowan2008-08-091-2/+3
| * Farm out locale checks.Emanuele Giaquinta2008-08-091-4/+14
| * Compile with older compilers/standards.Sadrul Habib Chowdhury2008-08-081-10/+12
| * Added string escape: %S for session name.Micah Cowan2008-08-071-0/+12
* | Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2008-08-071-27/+52
|\ \ | |/
| * Fix the screen command to autofocus the new windowSadrul Habib Chowdhury2008-08-071-26/+31
| * Width toggle for ambiguous East Asian chars, courtesy Yi-Hsuan Hsin (#16666).Micah Cowan2008-08-071-0/+20