summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-list-panes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In order that people can use formats like #D in #() in the status linenicm2017-05-011-2/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-4/+4
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-031-2/+2
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-19/+19
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.nicm2016-10-141-2/+2
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-11/+11
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-2/+4
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-13/+6
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-111-2/+2
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-081-2/+2
* A few minor style nits.nicm2015-09-161-13/+12
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-051-4/+2
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-17/+17
* Use the CMD_*_USAGE defines consistently, from Thomas Adam.nicm2012-12-091-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-6/+6
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+3
* Add a pane_index format string and use it, from Ben Boeckel.nicm2011-11-151-4/+4
* Add initial framework for more powerful formatting of command output andnicm2011-08-261-47/+53
* Show full targets for lsp/lsw -a.nicm2011-07-041-15/+37
* Add a flag to cmd_find_session so that attach-session can prefernicm2011-04-051-2/+2
* Add -a and -s options to lsp to list all panes in the server or sessionnicm2011-03-281-11/+51
* Give each pane created in a tmux server a unique id (starting from 0),nicm2011-03-271-3/+3
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-9/+8
* Show more window and pane flags in list-* output, and put layout on thenicm2010-11-151-3/+4
* Show which pane is active in the list-panes output, suggested by Dominiknicm2010-08-111-3/+4
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-4/+4
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* The pane pty name isn't useful for anything so show the pane number instead.nicm2009-10-151-10/+6
* Split list-panes off from list-windows.nicm2009-10-101-0/+78