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