summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update comment regarding msg-version history.Sadrul Habib Chowdhury2010-02-181-2/+4
* Bump msg revision number so proper checking can be done.Sadrul Habib Chowdhury2010-02-181-2/+4
* Changelog the last few changes.Sadrul Habib Chowdhury2010-02-171-0/+4
* Allow expanding the command to full buffer size.Sadrul Habib Chowdhury2010-02-161-1/+1
* Spelling fixes.Curtis Brown2010-02-161-10/+10
* Update info-page for 'stuff'.Curtis Brown2010-02-161-2/+3
* Document 'layout dump', and clarify 'layout save'.Curtis Brown2010-02-162-1/+22
* Update the man-page.Curtis Brown2010-02-161-1/+169
* Move 'silence' into 'Monitor' section.Curtis Brown2010-02-161-33/+30
* Error out if a pre-select window is not found.Sadrul Habib Chowdhury2010-02-163-7/+17
* Make 'number' query-able.Sadrul Habib Chowdhury2010-02-164-2/+5
* Merge branch 'query-result'Sadrul Habib Chowdhury2010-02-1610-23/+218
|\
| * Update documentation for queries.Sadrul Habib Chowdhury2010-02-162-1/+32
| * Allow querying 'select'.Sadrul Habib Chowdhury2010-02-162-2/+7
| * Complete the query-response system.Sadrul Habib Chowdhury2010-02-165-26/+57
| * Merge branch 'master' into query-resultSadrul Habib Chowdhury2010-02-1246-1929/+3498
| |\
| * | 'screen -Q <command>' to get back results.Sadrul Habib Chowdhury2009-09-308-10/+138
* | | Fix compilation on systems where execvpe is defined.Sadrul Habib Chowdhury2010-02-154-0/+15
| |/ |/|
* | Get rid of compile-time warnings.Sadrul Habib Chowdhury2010-02-123-5/+4
* | Put in some flags to suppress messages from commands.Sadrul Habib Chowdhury2010-02-123-0/+19
* | Fix escape-# to select windows this time.Sadrul Habib Chowdhury2010-02-081-1/+1
* | Fix a crash caused by configurable maxwin.Sadrul Habib Chowdhury2010-02-082-1/+3
* | Accommodate more color changes in the caption.Sadrul Habib Chowdhury2010-01-261-1/+1
* | Increase the max-window limit.Sadrul Habib Chowdhury2010-01-2611-66/+104