summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
2012-03-02Add printf attribute to a couple of functions, from Tim Ruehsen.Nicholas Marriott
2012-02-25Allow a single option to be specified to show-options to show just thatNicholas Marriott
2012-02-15Add a wrapper function tty_set_size from George Nachman.Nicholas Marriott
2012-02-02Move window name changes into wrapper function window_set_name, fromNicholas Marriott
2012-01-31Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-21Remove unused backoff code that doesn't do any good.Nicholas Marriott
2012-01-21Use RB trees not SPLAY.Nicholas Marriott
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
2012-01-20Add some const and fix a warning.Nicholas Marriott
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-10-23Try to resolve relative paths for loadb and saveb (first using clientNicholas Marriott
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
2011-06-27PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-18Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott
2011-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
2011-04-06Change so that an empty session name always means the current sessionsNicholas Marriott
2011-04-05Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott
2011-03-29Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott
2011-03-28Style: uint -> u_int and a missing else.Nicholas Marriott
2011-03-27Don't include meta twice when working out the flags to output forNicholas Marriott
2011-03-27Give each pane created in a tmux server a unique id (starting from 0),Nicholas Marriott
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
2011-03-03Add a -P option to detach to HUP the client's parent process (usuallyNicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
2011-01-25Check if the index is in use and fail before creating the child process,Nicholas Marriott
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-15Mouse highlight mode (1001) requires a program to cooperate soNicholas Marriott