summaryrefslogtreecommitdiffstats
path: root/cmd-list-clients.c
AgeCommit message (Expand)Author
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2012-10-16Merge branch 'obsd-master'Thomas Adam
2012-10-15Fix some function prototypes from Helmut Tessarek.Nicholas Marriott
2012-08-31Sync OpenBSD patchset 1162:Tiago Cunha
2012-08-14Use a separate define for each default format template and strip clutterNicholas 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
2012-05-22Sync OpenBSD patchset 1119:Tiago Cunha
2012-05-22Switch all of the various choose- and list- commands over to the formatNicholas Marriott
2011-10-23Sync OpenBSD patchset 965:Tiago Cunha
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-08-21Sync OpenBSD patchset 946:Tiago Cunha
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-04-18|PatchSet 891Nicholas Marriott
2011-04-17Add -t to list-clients, based on a diff from Zac Sprackett.Nicholas Marriott
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas 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-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-14Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-05-19Indentation.Nicholas Marriott
2009-05-19Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide cha...Nicholas Marriott
2009-02-11Move sx,sy into tty rather than client.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-10New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott
2009-01-07+.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-03Quick and dirty kill-server command.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott
2007-10-23List client command.Nicholas Marriott