| Commit message (Expand) | Author | Age |
... | |
| | * | Add printf attribute to a couple of functions, from Tim Ruehsen. | Nicholas Marriott | 2012-03-02 |
| | * | Allow a single option to be specified to show-options to show just that | Nicholas Marriott | 2012-02-25 |
| | * | Add a wrapper function tty_set_size from George Nachman. | Nicholas Marriott | 2012-02-15 |
| | * | Move window name changes into wrapper function window_set_name, from | Nicholas Marriott | 2012-02-02 |
| | * | Provide defined ways to set the various default-path possibilities: ~ | Nicholas Marriott | 2012-01-31 |
| | * | Give each window a unique id, like panes but prefixed with @. Based on | Nicholas Marriott | 2012-01-30 |
| | * | Add an option to move the status line to the top of the screen, | Nicholas Marriott | 2012-01-29 |
| | * | Remove unused backoff code that doesn't do any good. | Nicholas Marriott | 2012-01-21 |
| | * | Use RB trees not SPLAY. | Nicholas Marriott | 2012-01-21 |
| | * | Drop the ability to have a list of keys in the prefix in favour of two | Nicholas Marriott | 2012-01-21 |
| | * | Add a -R flag to send-keys to reset the terminal. Written ages ago and | Nicholas Marriott | 2012-01-21 |
| | * | Add some const and fix a warning. | Nicholas Marriott | 2012-01-20 |
| | * | Add space movement keys for vi mode in the status line from Ben Boeckel. | Nicholas Marriott | 2012-01-20 |
| | * | Change the way the working directory for new processes is discovered. If | Nicholas Marriott | 2011-12-09 |
| | * | Support "jump to" like vi in copy mode using t and T keys. Also add x | Nicholas Marriott | 2011-12-04 |
| | * | Add word movement and editing command for command prompt editing, from | Nicholas Marriott | 2011-11-15 |
| | * | Make window_pane_index work the same as window_index, from Ben Boeckel. | Nicholas Marriott | 2011-11-15 |
| | * | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott | 2011-10-23 |
| | * | Try to resolve relative paths for loadb and saveb (first using client | Nicholas Marriott | 2011-10-23 |
| | * | Add client formats, from Ben Boeckel. | Nicholas Marriott | 2011-10-23 |
| | * | Add initial framework for more powerful formatting of command output and | Nicholas Marriott | 2011-08-26 |
| | * | Add a tty_bell wrapper function, from Dylan Alex Simon. | Nicholas Marriott | 2011-08-24 |
| | * | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott | 2011-07-02 |
| | * | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott | 2011-06-27 |
| | * | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott | 2011-06-05 |
| | * | Get rid of the layout string code which tries to walk through the layout | Nicholas Marriott | 2011-06-05 |
| | * | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | 2011-05-20 |
| | * | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | 2011-05-20 |
| | * | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott | 2011-05-18 |
| | * | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott | 2011-05-18 |
| | * | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott | 2011-05-08 |
| | * | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott | 2011-05-08 |
| | * | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott | 2011-04-19 |
| | * | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott | 2011-04-18 |
| | * | 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 |
| | * | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott | 2011-04-05 |
| | * | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott | 2011-03-29 |
| | * | Style: uint -> u_int and a missing else. | Nicholas Marriott | 2011-03-28 |
| | * | 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 |
| | * | Support passing through escape sequences to the underlying terminal by | Nicholas Marriott | 2011-03-07 |
| | * | Add a -P option to detach to HUP the client's parent process (usually | Nicholas Marriott | 2011-03-03 |
| | * | 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 |
| | * | Set $TMUX without the session when background jobs are run. | Nicholas Marriott | 2011-01-23 |
| | * | Mouse highlight mode (1001) requires a program to cooperate so | Nicholas Marriott | 2011-01-15 |
| | * | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott | 2011-01-08 |