aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-clients.c
Commit message (Expand)AuthorAge
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* No more lint means no more ARGSUSED.Nicholas Marriott2013-02-17
* Merge branch 'obsd-master'Thomas Adam2012-10-16
|\
| * Fix some function prototypes from Helmut Tessarek.Nicholas Marriott2012-10-15
| * Use a separate define for each default format template and strip clutterNicholas Marriott2012-08-14
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
| * Add client formats, from Ben Boeckel.Nicholas Marriott2011-10-23
| * Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott2011-08-16
| * Add -t to list-clients, based on a diff from Zac Sprackett.Nicholas Marriott2011-04-17
| * Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
| * Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
| * Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
| * Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
| * Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Sync OpenBSD patchset 1162:Tiago Cunha2012-08-31
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1119:Tiago Cunha2012-05-22
* Sync OpenBSD patchset 965:Tiago Cunha2011-10-23
* Sync OpenBSD patchset 946:Tiago Cunha2011-08-21
* Expand the Id keyword. Tiago Cunha2011-07-09
* |PatchSet 891Nicholas Marriott2011-04-18
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 567:Tiago Cunha2009-11-28
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
* Whitespace and more syncing.Nicholas Marriott2009-06-25
* Indentation.Nicholas Marriott2009-05-19
* Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide cha...Nicholas Marriott2009-05-19
* Move sx,sy into tty rather than client.Nicholas Marriott2009-02-11
* Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott2009-01-19
* New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott2009-01-10
* Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott2009-01-09
* +.Nicholas Marriott2009-01-07
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
* If no command is specified, assume new-session.Nicholas Marriott2008-06-03
* Quick and dirty kill-server command.Nicholas Marriott2008-06-03
* Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott2008-06-02
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott2007-11-16
* List client command.Nicholas Marriott2007-10-23