aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-windows.c
Commit message (Expand)AuthorAge
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Merge branch 'obsd-master'Thomas Adam2012-10-25
|\
| * Add ability to active pane in list-windows and find-window formats, fromNicholas Marriott2012-10-25
| * Use a separate define for each default format template and strip clutterNicholas Marriott2012-08-14
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Trim a double space from template.Nicholas Marriott2012-05-28
| * Strip layout from choose-windows again (leave in list-windows),Nicholas Marriott2012-05-28
| * Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
| * Don't print double spaces in list output.Nicholas Marriott2012-01-30
| * Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott2012-01-30
| * Fix typo: ) -> }.Nicholas Marriott2011-09-23
| * Add initial framework for more powerful formatting of command output andNicholas Marriott2011-08-26
| * Show full targets for lsp/lsw -a.Nicholas Marriott2011-07-04
| * Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott2011-04-05
| * Add -a and -s options to lsp to list all panes in the server or sessionNicholas Marriott2011-03-28
| * Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
| * Show more window and pane flags in list-* output, and put layout on theNicholas Marriott2010-11-15
| * Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29
| * Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
| * Split list-panes off from list-windows.Nicholas Marriott2009-10-10
| * Handle ttyname(3) failure better.Nicholas Marriott2009-08-08
| * Change the way the grid is stored, previously it was:Nicholas Marriott2009-08-08
| * Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
| * Improved layout code.Nicholas Marriott2009-07-19
| * Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Sync OpenBSD patchset 1162:Tiago Cunha2012-08-31
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1126:Tiago Cunha2012-05-30
* Sync OpenBSD patchset 1125:Tiago Cunha2012-05-30
* Sync OpenBSD patchset 1119:Tiago Cunha2012-05-22
* Sync OpenBSD patchset 1018:Tiago Cunha2012-01-31
* Sync OpenBSD patchset 1017:Tiago Cunha2012-01-31
* Sync OpenBSD patchset 958:Tiago Cunha2011-10-02
* Sync OpenBSD patchset 953:Tiago Cunha2011-09-21
* Sync OpenBSD patchset 932:Tiago Cunha2011-07-05
* |PatchSet 882Nicholas Marriott2011-04-06
* |PatchSet 875Nicholas Marriott2011-04-06
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* PatchSet 788Nicholas Marriott2010-12-06
* Sync OpenBSD patchset 732:Tiago Cunha2010-07-02
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 377:Tiago Cunha2009-10-12
* Sync OpenBSD patchset 226:Tiago Cunha2009-08-09
* Update.Nicholas Marriott2009-08-08
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 142:Tiago Cunha2009-07-20
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14