aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* 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
* Don't include meta twice when working out the flags to output forNicholas Marriott2011-03-27
* Give each pane created in a tmux server a unique id (starting from 0),Nicholas Marriott2011-03-27
* Support passing through escape sequences to the underlying terminal byNicholas Marriott2011-03-07
* Add a -P option to detach to HUP the client's parent process (usuallyNicholas Marriott2011-03-03
* Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
* Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26
* When clearing the entire screen, clear lines that are used into theNicholas Marriott2011-01-25
* Check if the index is in use and fail before creating the child process,Nicholas Marriott2011-01-25
* Set $TMUX without the session when background jobs are run.Nicholas Marriott2011-01-23
* Mouse highlight mode (1001) requires a program to cooperate soNicholas Marriott2011-01-15
* Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott2011-01-08
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott2011-01-03
* Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott2011-01-01
* Sprinkle a little more const.Nicholas Marriott2011-01-01
* Another table that should be const.Nicholas Marriott2011-01-01
* Don't reset the activity timer for unattached sessions every second,Nicholas Marriott2011-01-01
* Remove some unused defines.Nicholas Marriott2010-12-30
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add a function to create window flags rather than doing the same thingNicholas Marriott2010-12-30
* Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott2010-12-29
* Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
* Dead sessions are never on the active sessions list, so the SESSION_DEADNicholas Marriott2010-12-20
* Use pointer rather than index for the client's last session.Nicholas Marriott2010-12-20
* Unify the way sessions are used by callbacks - store the address and useNicholas Marriott2010-12-20
* Track the last session for a client and add a flag to switch-client andNicholas Marriott2010-12-11
* Make the prompt history global for all clients which is much more useful than...Nicholas Marriott2010-12-11
* Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
* There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tNicholas Marriott2010-11-22
* Declaration in header should be extern.Nicholas Marriott2010-11-11
* We now send argv to the server after parsing it in the client to get theNicholas Marriott2010-10-29
* Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott2010-10-23
* Merge the before and after attach client code into one in client.cNicholas Marriott2010-10-18
* Nuke a leftover RB tree declaration spotted by blambert.Nicholas Marriott2010-09-28
* Two new options:Nicholas Marriott2010-09-26
* Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott2010-09-11
* Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott2010-09-08
* Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
* Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott2010-08-11
* When changing so that the client passes its stdout and stderr as well asNicholas Marriott2010-07-24
* Make pane/window wrapping more logical (so with 10 windows, +10 fromNicholas Marriott2010-07-14
* Return the command client return code with MSG_EXIT now that MSG_ERROR andNicholas Marriott2010-07-11
* replace some magic mouse constants with defines for clarity. ok nicmTed Unangst2010-06-29
* Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29
* Send all three of stdin, stdout, stderr from the client to the server, so thatNicholas Marriott2010-06-28
* Store the current working directory in the session, change the default-pathNicholas Marriott2010-06-27
* Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott2010-06-26
* Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21