summaryrefslogtreecommitdiffstats
path: root/cmd-list-windows.c
AgeCommit message (Expand)Author
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-09-23Fix typo: ) -> }.Nicholas Marriott
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
2011-07-04Show full targets for lsp/lsw -a.Nicholas 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-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2010-11-15Show more window and pane flags in list-* output, and put layout on theNicholas Marriott
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-10-10Split list-panes off from list-windows.Nicholas Marriott
2009-08-08Handle ttyname(3) failure better.Nicholas Marriott
2009-08-08Change the way the grid is stored, previously it was:Nicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-19Improved layout code.Nicholas 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