aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* Add a simple form of output rate limiting by counting the number ofNicholas Marriott2012-03-20
* On xterm 271 and later, put the terminal into SCL 5 and use DECCRA forNicholas Marriott2012-03-17
* Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Break out termios initialization into a separate function, from GeorgeNicholas Marriott2012-03-17
* Send secondary DA to terminals with XT in terminfo when starting up andNicholas Marriott2012-03-15
* Remove some bits leftover from unused backoff code.Nicholas Marriott2012-03-09
* Use a lock file and flock() to serialize server start, avoids problemsNicholas Marriott2012-03-09
* Add A and I keys for vi status line editing.Nicholas Marriott2012-03-04
* Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott2012-03-03
* The wlmouse offset should be part of the client, not the server. FromNicholas Marriott2012-03-03
* Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott2012-03-03
* Add printf attribute to a couple of functions, from Tim Ruehsen.Nicholas Marriott2012-03-02
* Allow a single option to be specified to show-options to show just thatNicholas Marriott2012-02-25
* Add a wrapper function tty_set_size from George Nachman.Nicholas Marriott2012-02-15
* Move window name changes into wrapper function window_set_name, fromNicholas Marriott2012-02-02
* Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott2012-01-31
* Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott2012-01-30
* Add an option to move the status line to the top of the screen,Nicholas Marriott2012-01-29
* Remove unused backoff code that doesn't do any good.Nicholas Marriott2012-01-21
* Use RB trees not SPLAY.Nicholas Marriott2012-01-21
* Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott2012-01-21
* Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott2012-01-21
* Add some const and fix a warning.Nicholas Marriott2012-01-20
* Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott2012-01-20
* Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-12-09
* Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott2011-12-04
* Add word movement and editing command for command prompt editing, fromNicholas Marriott2011-11-15
* Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott2011-11-15
* Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott2011-10-23
* Try to resolve relative paths for loadb and saveb (first using clientNicholas Marriott2011-10-23
* Add client formats, from Ben Boeckel.Nicholas Marriott2011-10-23
* Add initial framework for more powerful formatting of command output andNicholas Marriott2011-08-26
* Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott2011-08-24
* Allow the initial context on prompts to be set with the new -I option toNicholas Marriott2011-07-02
* PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott2011-06-27
* Add a respawn-pane command, from Marcel Partap.Nicholas Marriott2011-06-05
* Get rid of the layout string code which tries to walk through the layoutNicholas Marriott2011-06-05
* Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott2011-05-20
* Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott2011-05-20
* Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott2011-05-18
* Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott2011-05-18
* Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott2011-05-08
* Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott2011-05-08
* When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott2011-04-19
* Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott2011-04-18
* If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott2011-04-09
* Change so that an empty session name always means the current sessionsNicholas Marriott2011-04-06
* Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott2011-04-05
* Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
* Style: uint -> u_int and a missing else.Nicholas Marriott2011-03-28