- f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
- 4b8bb77 The wlmouse offset should be part of the client, not the server. From by Nicholas Marriott · 13 years ago
- 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
- 4d9ccd3 Add printf attribute to a couple of functions, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
- 952ffdd Remove accidentally committed option. by Nicholas Marriott · 13 years ago
- 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
- aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
- fe055c8 Sort some entries, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- fddbd44 Add a wrapper function tty_set_size from George Nachman. by Nicholas Marriott · 13 years ago
- 67949de Don't die if fail to get root directory, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 3f49137 Check for the right return value from sscanf. by Nicholas Marriott · 13 years ago
- fe7cf0b Document option values, particularly that omitting on|off for a flag is by Nicholas Marriott · 13 years ago
- efb639e Add -l flag to send-keys to send input literally (without translating by Nicholas Marriott · 13 years ago
- 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
- fdeaa73 Do not change pane when changing window with mouse on status line, by Nicholas Marriott · 13 years ago
- d1ae2d9 Get client_width and client_height the right way round, from Stephen Thirlwall. by Nicholas Marriott · 13 years ago
- 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
- 49a5a58 Add pane id to each pane in layout description (while still accepting by Nicholas Marriott · 13 years ago
- 677ed3e id -> ID; ok nicm by Jason McIntyre · 13 years ago
- f188345 Don't print double spaces in list output. by Nicholas Marriott · 13 years ago
- 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
- 937173f Enforce history-limit option when clearing the screen, memory leak by Nicholas Marriott · 13 years ago
- 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
- 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
- a7a44bf Terminate strftime buffer properly even if a really long format string by Nicholas Marriott · 13 years ago
- d2d2df1 Fix memory leak in error path, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 678e674 Remove unused backoff code that doesn't do any good. by Nicholas Marriott · 13 years ago
- b92e81a Show pane size in top right of display panes mode. by Nicholas Marriott · 13 years ago
- e870a3f it's -> its. by Nicholas Marriott · 13 years ago
- 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
- 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
- 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
- be7b56a One day I will actually fix ALL the warnings before I commit... by Nicholas Marriott · 13 years ago
- 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
- cd10f73 Only hide flags on the current window when the session is attached, from by Nicholas Marriott · 13 years ago
- 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
- 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
- 199d148 Remove trailing spaces. by Nicholas Marriott · 13 years ago
- dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
- e6519d3 Add space movement keys for vi mode in the status line from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 299a8fd Calculate last position correctly for UTF-8 wide characters, reported by by Nicholas Marriott · 13 years ago
- eeaf92a Add a man page section on window names and pane titles, from Felix Rosencrantz. by Nicholas Marriott · 13 years ago
- 16f9667 Show how to set default-path to revert to tmux's old behaviour of opening by Stuart Henderson · 13 years ago
- 92aef64 Add CNL and CPL escape sequences. by Nicholas Marriott · 13 years ago
- fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
- d377a68 Add \033[s and \033[u to save and restore cursor position. by Nicholas Marriott · 13 years ago
- 5db593e Extend history that can be captured to INT_MIN rather than by Nicholas Marriott · 13 years ago
- d71e4b9 Reset flags on every loop or it is displayed too often, from Chris Johnsen. by Nicholas Marriott · 13 years ago
- da145e7 formatting errors, found using freebsd's "igor"; by Jason McIntyre · 13 years ago
- d655566 Fix so that when mouse-select-pane and mouse-select-window are both by Nicholas Marriott · 13 years ago
- f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
- e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
- c44d2d8 Log terminal overrides. by Nicholas Marriott · 13 years ago
- 31f13e4 Add home and end keys for command prompt, from Matthias Lederhofer. by Nicholas Marriott · 13 years ago
- 2397083 Make M-f and M-b work the same at the command prompt as in copy mode, by Nicholas Marriott · 13 years ago
- fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
- fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
- 7c9bc37 Add a pane_index format string and use it, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 9f738dd Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen. by Nicholas Marriott · 13 years ago
- 6c1c304 Missing bits for new keys and buffer indexes, from Tiago Cunha by Nicholas Marriott · 13 years ago
- e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
- e5d6df8 minor formatting fix; by Jason McIntyre · 13 years ago
- b2ee98b Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain Francoise. by Nicholas Marriott · 13 years ago
- 0ff42d9 Missing -o on usage for pipe-pane, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 5ed3daf Didn't really think the else behaviour through - requiring argv to by Nicholas Marriott · 13 years ago
- f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
- e3225bc Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion. by Nicholas Marriott · 13 years ago
- f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
- 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
- 179d068 For initial session, use size of command client even if detached. by Nicholas Marriott · 13 years ago
- b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
- 16d75a6 Add client formats, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- e639096 Plug a memory leak and update some comments, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 6821ccc Add an else clause for if-shell, from "arno-" on SourceForge. by Nicholas Marriott · 13 years ago
- 49ef0b4 Add a few more formats for panes (tty, pid, start cmd/cwd). by Nicholas Marriott · 13 years ago
- b1ed2d5 Add -S option to refresh-client to redraw status line, from Marco Beck. by Nicholas Marriott · 13 years ago
- e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
- f14da26 Tweaks to the format parts, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- b6bd951 Fix typo: ) -> }. by Nicholas Marriott · 13 years ago
- 5985143 Mark dead panes with some text saying they are dead, suggested by and by Nicholas Marriott · 13 years ago
- 9800eaa Another memory leak from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 423649b Plug memory leak, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 2888843 tweak previous; by Jason McIntyre · 13 years ago
- 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
- 4697b35 -lm is no longer needed, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 0588168 Support \ for line continuation in the configuration file, from Julius Plenz. by Nicholas Marriott · 13 years ago
- f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
- 029c34c Add a tty_bell wrapper function, from Dylan Alex Simon. by Nicholas Marriott · 13 years ago
- 47d41d0 There is no need to use sqrt()/INFINITY here which simplifies the code by Nicholas Marriott · 13 years ago
- 3657aa6 Fix a couple of memory leaks, from marcel partap. by Nicholas Marriott · 13 years ago
- 88e9079 Add a -r flag to switch-client to toggle the client read-only flag. From by Nicholas Marriott · 13 years ago
- f95f792 Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug 3385651. by Nicholas Marriott · 13 years ago
- 2fc84c7 Use key_bindings_remove for unbind-key -a to allow it to work from key by Nicholas Marriott · 13 years ago
- 6b734d1 Correctly skip existing numbers when generating the name for a new session. by Nicholas Marriott · 13 years ago
- cf90f2a fix error in previous; by Jason McIntyre · 13 years ago
- cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
- be179f6 Do not require a client here, or pipe-pane will not work from the command line. by Nicholas Marriott · 13 years ago
- 0252796 Sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 7e423ea Unused variable. by Nicholas Marriott · 13 years ago