| Commit message (Expand) | Author | Age |
| ... | |
| | * | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott | 2011-04-19 |
| | * | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky | 2011-04-19 |
| | * | The mouse should only work in copy mode if mode-mouse is set, not just | Nicholas Marriott | 2011-04-18 |
| | * | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott | 2011-04-18 |
| | * | new sentence, new line; | Jason McIntyre | 2011-04-17 |
| | * | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott | 2011-04-17 |
| | * | Fix character position check, from Tiago Resende. | Nicholas Marriott | 2011-04-17 |
| | * | -s comes before -t and also add -s to command syntax. Prompted by jmc. | Nicholas Marriott | 2011-04-11 |
| | * | Add -s option to detach all clients attached to a session, from Zac | Nicholas Marriott | 2011-04-11 |
| | * | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenther | 2011-04-10 |
| | * | Since buffers are now global, bump the default buffer-limit a bit higher | Nicholas Marriott | 2011-04-09 |
| | * | If the terminal supports sitm for italics, use it instead of standout | Nicholas Marriott | 2011-04-09 |
| | * | Change so that an empty session name always means the current sessions | Nicholas Marriott | 2011-04-06 |
| | * | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | 2011-04-06 |
| | * | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott | 2011-04-05 |
| | * | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | Nicholas Marriott | 2011-04-05 |
| | * | "or" should be on a line on its own here so it is not emphasised as | Nicholas Marriott | 2011-04-01 |
| | * | For convenience, work out what type of option is being set by name | Nicholas Marriott | 2011-03-29 |
| | * | Checking for particular options and redrawing is not necessary as we | Nicholas Marriott | 2011-03-29 |
| | * | Update an out-of-date and inaccurate comment. | Nicholas Marriott | 2011-03-29 |
| | * | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott | 2011-03-29 |
| | * | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott | 2011-03-28 |
| | * | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott | 2011-03-28 |
| | * | Style: uint -> u_int and a missing else. | Nicholas Marriott | 2011-03-28 |
| | * | Set the terminal blocking again earlier, before sending the reset | Nicholas Marriott | 2011-03-27 |
| | * | Don't include meta twice when working out the flags to output for | Nicholas Marriott | 2011-03-27 |
| | * | Give each pane created in a tmux server a unique id (starting from 0), | Nicholas Marriott | 2011-03-27 |
| | * | Fix to properly wrap wide characters, from Micah Cowan. | Nicholas Marriott | 2011-03-26 |
| | * | Fix an incorrect test which was always true (oupper is always < olower), | Nicholas Marriott | 2011-03-08 |
| | * | Prevent tiled producing a corrupt layout when only one column is needed, | Nicholas Marriott | 2011-03-07 |
| | * | Support passing through escape sequences to the underlying terminal by | Nicholas Marriott | 2011-03-07 |
| | * | Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed | Nicholas Marriott | 2011-03-04 |
| | * | Fix a typo that meant we did not reset the background colour when it was | Nicholas Marriott | 2011-03-03 |
| | * | Add a -P option to detach to HUP the client's parent process (usually | Nicholas Marriott | 2011-03-03 |
| | * | Size on split-window is -l not -s. Doh. | Nicholas Marriott | 2011-02-10 |
| | * | Don't require -d with -x or -y since it could be in the config file. | Nicholas Marriott | 2011-02-03 |
| | * | Redraw pane borders when switching to last pane. | Nicholas Marriott | 2011-01-31 |
| | * | Free old argument even if setting to NULL. | Nicholas Marriott | 2011-01-30 |
| | * | Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the | Nicholas Marriott | 2011-01-29 |
| | * | Use input_clear to reset the APC, DCS, OSC state or it could be reused | Nicholas Marriott | 2011-01-28 |
| | * | Unused declaration. | Nicholas Marriott | 2011-01-26 |
| | * | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott | 2011-01-26 |
| | * | Use LIST_* not SLIST_*. | Nicholas Marriott | 2011-01-26 |
| | * | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott | 2011-01-25 |
| | * | Check if the index is in use and fail before creating the child process, | Nicholas Marriott | 2011-01-25 |
| | * | While here, maximum percentage is 100 not INT_MAX. Oops. | Nicholas Marriott | 2011-01-23 |
| | * | Size is -l not -s. | Nicholas Marriott | 2011-01-23 |
| | * | Allow top-bit-set characters to be used for key bindings, from Tiago | Nicholas Marriott | 2011-01-23 |
| | * | Set $TMUX without the session when background jobs are run. | Nicholas Marriott | 2011-01-23 |
| | * | Fix bind-key -t. | Nicholas Marriott | 2011-01-15 |