summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-list-sessions.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-3/+2
* In order that people can use formats like #D in #() in the status linenicm2017-05-011-2/+2
* 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-5/+6
* 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-3/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* 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
* Extend the modifiers allowed before formats: as well as the existingnicm2015-10-251-2/+2
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-051-2/+2
* Move template defines back into .c files.nicm2014-10-201-1/+9
* 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-4/+4
* Use a separate define for each default format template and strip clutternicm2012-08-141-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-4/+4
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+3
* Switch all of the various choose- and list- commands over to the formatnicm2012-05-221-9/+3
* Add initial framework for more powerful formatting of command output andnicm2011-08-261-22/+27
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-6/+6
* Store sessions in an RB tree by name rather than a list, this is tidiernicm2010-12-211-7/+3
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ tonicm2009-11-261-1/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Change session and client activity and creation time members to have morenicm2009-11-031-2/+2
* Add "grouped sessions" which have independent name, options, current window andnicm2009-10-101-7/+16
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+67