summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a regression with -X commands.Sadrul Habib Chowdhury2010-03-262-5/+28
* Expand $PWD to screen's current working directory.Sadrul Habib Chowdhury2010-03-232-1/+9
* Fix a regression in parsing -X commands.Sadrul Habib Chowdhury2010-03-201-0/+8
* DECCOLM should reset the window.Sadrul Habib Chowdhury2010-03-181-0/+3
* Treat VT as LF instead of ignoring it.Sadrul Habib Chowdhury2010-03-181-0/+1
* Doc addenum to windowlist keybindings.Curtis Brown2010-03-172-6/+128
* Show the enabled capabilities in the 'license' page.Sadrul Habib Chowdhury2010-03-171-1/+67
* Mark the right-side of a region with '|'s.Sadrul Habib Chowdhury2010-03-172-0/+17
* Add special rendition for silence'd windows.Sadrul Habib Chowdhury2010-03-1411-17/+42
* Fix a typo.Sadrul Habib Chowdhury2010-03-121-2/+2
* Fix an invalid memory read.Sadrul Habib Chowdhury2010-03-121-3/+2
* Make layer-resizing a bit more robust and readableSadrul Habib Chowdhury2010-03-102-33/+67
* Fix compiling SIMPLESCREEN.Sadrul Habib Chowdhury2010-03-091-0/+2
* Fix an invalid memory read.Sadrul Habib Chowdhury2010-03-091-2/+2
* More fixes for -Werror=format-security.Sadrul Habib Chowdhury2010-03-082-2/+2
* Fix a hardstatus update issue.Sadrul Habib Chowdhury2010-03-081-20/+8
* Fix refresh when double-cell characters end a lineSadrul Habib Chowdhury2010-03-082-0/+16
* Changelog.Sadrul Habib Chowdhury2010-03-071-0/+1
* Fix build with -Werror=format-securityMichael Scherer2010-03-079-29/+29
* Some more fixes for the window list.Sadrul Habib Chowdhury2010-03-041-7/+11
* Handle mouse events in a generic list.Sadrul Habib Chowdhury2010-03-041-5/+53
* Fix sending mouse event to a mouse-enabled layer.Sadrul Habib Chowdhury2010-03-041-1/+1
* Fix terminating an on-window list.Sadrul Habib Chowdhury2010-03-041-5/+4
* Use intelligent screen refresh only in split regions.Sadrul Habib Chowdhury2010-03-041-56/+44
* Do not terminate when size is reduced too much.Sadrul Habib Chowdhury2010-03-032-3/+3
* Sanity check line numbers for non-negative value.Sadrul Habib Chowdhury2010-03-031-0/+2
* Reduce a little code duplication.Sadrul Habib Chowdhury2010-02-261-63/+44
* Some more fixes for the list management.Sadrul Habib Chowdhury2010-02-269-17/+41
* Print the group name in a group window.Sadrul Habib Chowdhury2010-02-241-2/+10
* Some more window-management from the window-list.Sadrul Habib Chowdhury2010-02-242-7/+50
* Allow moving windows around from the window list.Sadrul Habib Chowdhury2010-02-245-39/+112
* Typo fix.Sadrul Habib Chowdhury2010-02-241-1/+1
* Changelog the search-ability in the windowlist.Sadrul Habib Chowdhury2010-02-243-3/+11
* Man-pages updates for -p, -T, 'stuff' and 'su'.Curtis Brown2010-02-241-6/+12
* Typo fixes from Trent W Buck.Sadrul Habib Chowdhury2010-02-245-6/+6
* Simplify a little.Sadrul Habib Chowdhury2010-02-241-8/+5
* Allow searching in the window list.Sadrul Habib Chowdhury2010-02-244-2/+108
* Add some navigation shortcut in list views.Sadrul Habib Chowdhury2010-02-241-2/+47
* Reset displays before dumping a core.Juergen Weigert2010-02-231-21/+35
* Remove old code.Sadrul Habib Chowdhury2010-02-235-632/+8
* Final touches to the revamped window list.Sadrul Habib Chowdhury2010-02-234-33/+82
* Add the navigation support back in the window list.Sadrul Habib Chowdhury2010-02-231-1/+52
* Fix the unexpected selection-change bug.Sadrul Habib Chowdhury2010-02-231-3/+11
* Update the window-list when necessary.Sadrul Habib Chowdhury2010-02-235-49/+217
* It makes no sense to allow a group into itself.Sadrul Habib Chowdhury2010-02-221-1/+1
* Revamp the window list.Sadrul Habib Chowdhury2010-02-226-21/+343
* Start working on a generic list framework.Sadrul Habib Chowdhury2010-02-215-212/+492
* Allow searching in input history.Sadrul Habib Chowdhury2010-02-191-8/+54
* Exclude the PID when expanding $STY.Sadrul Habib Chowdhury2010-02-181-1/+6
* Fix creating numbered windows.Sadrul Habib Chowdhury2010-02-181-2/+2