| Commit message (Expand) | Author | Age |
* | ttydefchars is a fucking horlicks. Happily we only need it in one file, move it | Nicholas Marriott | 2009-08-26 |
* | Sync OpenBSD patchset 291: | Tiago Cunha | 2009-08-24 |
* | Move reading termios settings to before tty_open alters them, and expand the | Nicholas Marriott | 2009-08-21 |
* | VTIME and VMIN are only necessary in noncanonical mode, so Solaris reuses the | Nicholas Marriott | 2009-08-20 |
* | Solaris and AIX have no ttydefaults.h. | Nicholas Marriott | 2009-08-20 |
* | In yet another triumph of stupidity over common sense, the glibc | Nicholas Marriott | 2009-08-19 |
* | Use cfsetispeed/cfsetospeed to set termios speed members. | Nicholas Marriott | 2009-08-19 |
* | Sync OpenBSD patchset 257: | Tiago Cunha | 2009-08-16 |
* | Sync OpenBSD patchset 255: | Tiago Cunha | 2009-08-16 |
* | Include unistd.h due to OpenBSD patchset 254. At least on Linux, that's where | Tiago Cunha | 2009-08-16 |
* | Sync OpenBSD patchset 254: | Tiago Cunha | 2009-08-16 |
* | Sync OpenBSD patchset 231: | Tiago Cunha | 2009-08-09 |
* | Sync OpenBSD patchset 211: | Tiago Cunha | 2009-08-09 |
* | Sync OpenBSD patchset 181: | Tiago Cunha | 2009-07-28 |
* | Revert previous per OpenBSD's patchset 170. | Tiago Cunha | 2009-07-23 |
* | Sync OpenBSD patchset 168: | Tiago Cunha | 2009-07-23 |
* | Sync OpenBSD patchset 167: | Tiago Cunha | 2009-07-23 |
* | Tidy up new-session and attach-session and change them to work from inside | Nicholas Marriott | 2009-07-18 |
* | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott | 2009-07-14 |
* | Fix $Id$. | Nicholas Marriott | 2009-07-08 |
* | Rename the global options variables to be shorter and to make session options | Nicholas Marriott | 2009-07-08 |
* | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
* | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-04-01 |
* | Move sx,sy into tty rather than client. | Nicholas Marriott | 2009-02-11 |
* | Better error messages for fork. | Nicholas Marriott | 2009-01-23 |
* | Try to change the window title to match the command running it in. This is done | Nicholas Marriott | 2009-01-20 |
* | Pass return code from _exec; allow command sequences to work from the command... | Nicholas Marriott | 2009-01-19 |
* | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 |
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
* | Pick up cwd from environment,. | Nicholas Marriott | 2009-01-10 |
* | Import OpenBSD's getopt(3) to workaround broken glibc version. | Nicholas Marriott | 2008-12-10 |
* | Fix stupid GNU getopt behaviour. | Nicholas Marriott | 2008-09-25 |
* | Lose unnecessary flags on context. | Nicholas Marriott | 2008-06-21 |
* | status-lines -> status, prefix-key -> prefix | Nicholas Marriott | 2008-06-19 |
* | Sort options from Pierre Riteau. | Nicholas Marriott | 2008-06-18 |
* | Big reorganisation of command-line syntax. | Nicholas Marriott | 2008-06-05 |
* | Print for the less easy commands. | Nicholas Marriott | 2008-06-05 |
* | Easy bits of arg printing for list-keys. | Nicholas Marriott | 2008-06-05 |
* | Per-session configuration options. | Nicholas Marriott | 2008-06-03 |
* | If no command is specified, assume new-session. | Nicholas Marriott | 2008-06-03 |
* | Quick man page update, also fix some usages and get rid of some CMD_KEY checks. | Nicholas Marriott | 2008-06-02 |
* | Last bits of basic configuration file. By default in ~/.tmux.conf or specifie... | Nicholas Marriott | 2008-06-02 |
* | Move -s and -c down a level so handling them is the responsibility of the com... | Nicholas Marriott | 2008-06-02 |
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
* | 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 |
* | Use ctx->client/ctx->session inline instead of temporary variables which were | Nicholas Marriott | 2007-11-13 |
* | Fill in command list. Fix a couple of usages while doing this. | Nicholas Marriott | 2007-11-09 |
* | Reorg window data structures. Add an intermediate data type (struct winlink) ... | Nicholas Marriott | 2007-10-26 |
* | -n is now -s on new-session. | Nicholas Marriott | 2007-10-19 |