summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Exclude the PID when expanding $STY.Sadrul Habib Chowdhury2010-02-181-1/+6
* Fix creating numbered windows.Sadrul Habib Chowdhury2010-02-181-2/+2
* Make 'number' query-able.Sadrul Habib Chowdhury2010-02-161-1/+2
* Allow querying 'select'.Sadrul Habib Chowdhury2010-02-161-1/+6
* Complete the query-response system.Sadrul Habib Chowdhury2010-02-161-12/+26
* Merge branch 'master' into query-resultSadrul Habib Chowdhury2010-02-121-279/+196
|\
| * Get rid of compile-time warnings.Sadrul Habib Chowdhury2010-02-121-2/+2
| * Put in some flags to suppress messages from commands.Sadrul Habib Chowdhury2010-02-121-0/+14
| * Fix escape-# to select windows this time.Sadrul Habib Chowdhury2010-02-081-1/+1
| * Increase the max-window limit.Sadrul Habib Chowdhury2010-01-261-16/+28
| * Allow 'at' command for windows without a display.Sadrul Habib Chowdhury2009-12-201-10/+20
| * Allow no argument to blankerprg.Sadrul Habib Chowdhury2009-12-191-0/+15
| * Allow adding visual notification in caption string.Sadrul Habib Chowdhury2009-12-151-0/+1
| * New 'dump' subcommand for 'layout'.Sadrul Habib Chowdhury2009-12-111-0/+9
| * Revamp the display list.Sadrul Habib Chowdhury2009-12-051-1/+1
| * Refactor 'layout' and 'viewport'Sadrul Habib Chowdhury2009-11-121-31/+2
| * Start refactoring.Sadrul Habib Chowdhury2009-11-121-162/+1
| * Add support for mouse tracking.Sadrul Habib Chowdhury2009-11-121-0/+17
| * Refactor some code.Sadrul Habib Chowdhury2009-11-111-59/+75
| * unbindall commandSteve Kemp and Gabriel2009-11-101-0/+9
| * Support 'STY' variable to show the session name.Sadrul Habib Chowdhury2009-11-091-0/+2
| * Support a PID variable during screenrc evaluation.Peter Teichman2009-11-091-0/+2
* | 'screen -Q <command>' to get back results.Sadrul Habib Chowdhury2009-09-301-0/+12
|/
* - fix reattach segfault when size is too small for windowlistMichael Schroeder2009-07-241-4/+63
* Correctly set the argument length when parsing.Sadrul Habib Chowdhury2009-07-051-0/+3
* Improve specifying custom digraphs.Sadrul Habib Chowdhury2009-05-151-1/+26
* Allow c-style escapes with parameters.Sadrul Habib Chowdhury2009-02-281-2/+11
* Don't segfault on "layout number" when not on a layout (thanks Soliton)Micah Cowan2009-02-261-0/+5
* Don't push bell/monitor attributes onto stack without removing.Micah Cowan2009-02-221-6/+6
* Fix caption for 'select -'Sadrul Habib Chowdhury2009-02-201-0/+5
* Don't trim the trailing spaces from %-w !Micah Cowan2009-02-191-6/+6
* Customizable digraphsSadrul Habib Chowdhury2009-02-131-33/+78
* Fix the rendition of some specific %w flags.Sadrul Habib Chowdhury2009-02-081-3/+6
* Copyright for 2009Sadrul Habib Chowdhury2009-02-071-1/+1
* Allow highlighting bell/monitor windows in captionSadrul Habib Chowdhury2009-02-071-0/+45
* Some compilation fixes for SIMPLESCREENSadrul Habib Chowdhury2008-10-271-1/+1
* Update copyright messages some more.Sadrul Habib Chowdhury2008-10-211-1/+6
* Start converting to GPL v3+ (ref: ticket #23900)Sadrul Habib Chowdhury2008-10-131-4/+4
* Improve how 'other' behavesSadrul Habib Chowdhury2008-10-121-0/+2
* Add 'remove' subcommand for 'layout'Sadrul Habib Chowdhury2008-09-291-0/+15
* Prompt for input for 'stuff' command if necessaryDick2008-09-141-0/+17
* Fix a crash with layouts, splits and killed windowsSadrul Habib Chowdhury2008-08-151-3/+5
* Update caption when sessionname is changedSadrul Habib Chowdhury2008-08-121-0/+1
* Fix a crash triggered by killed window in a layoutSadrul Habib Chowdhury2008-08-101-0/+34
* Do not empty a group window when escape is pressedSadrul Habib Chowdhury2008-08-081-1/+1
* Nested list of windows in the windowlist viewSadrul Habib Chowdhury2008-08-081-9/+20
* Get rid of a bunch of compile warningsSadrul Habib Chowdhury2008-08-081-4/+2
* Fix interactive resizing of regionsSadrul Habib Chowdhury2008-08-071-0/+2
* Width toggle for ambiguous East Asian chars, courtesy Yi-Hsuan Hsin (#16666).Micah Cowan2008-08-071-0/+12
* Use HAVE_STROPTS_H rather than SVR4.Micah Cowan2008-08-071-1/+1