summaryrefslogtreecommitdiffstats
path: root/cmd-list-panes.c
AgeCommit message (Expand)Author
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas 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
2011-11-25Sync OpenBSD patchset 980:Tiago Cunha
2011-11-15Add a pane_index format string and use it, from Ben Boeckel.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-06PatchSet 870Nicholas 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-03-27Give each pane created in a tmux server a unique id (starting from 0),Nicholas 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-08-11Sync OpenBSD patchset 744:Tiago Cunha
2010-08-11Show which pane is active in the list-panes output, suggested by DominikNicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas 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-15Sync OpenBSD patchset 412:Tiago Cunha
2009-10-15The pane pty name isn't useful for anything so show the pane number instead.Nicholas Marriott
2009-10-12Sync OpenBSD patchset 377:Tiago Cunha
2009-10-10Split list-panes off from list-windows.Nicholas Marriott