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