aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Fix up window reference counting and don't crash if the rename timerNicholas Marriott2012-08-21
* Use a separate define for each default format template and strip clutterNicholas Marriott2012-08-14
* Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott2012-08-11
* Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott2012-07-13
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Add choose-tree command to show windows and sessions in the sameNicholas Marriott2012-07-08
* Clear flags across all sessions, from Thomas Adam.Nicholas Marriott2012-07-08
* Provide common helper function for adding windows and sessions to chooseNicholas Marriott2012-06-25
* Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott2012-06-25
* Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott2012-06-18
* Strip layout from choose-windows again (leave in list-windows),Nicholas Marriott2012-05-28
* Fix client templates, from Romain Francoise.Nicholas Marriott2012-05-27
* Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott2012-05-25
* Use a predefined structure for not-space cells used to set attributes.Nicholas Marriott2012-05-23
* Store client in tty struct directly instead of using a callback functionNicholas Marriott2012-05-22
* Store mouse data in tty structure not on the stack.Nicholas Marriott2012-05-22
* Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
* Add a helper function to send ready message.Nicholas Marriott2012-05-22
* If there are any terminals with insert mode but not ich1, they can goNicholas Marriott2012-05-22
* Instead of passing stdin/stdout/stderr file descriptors over imsg andNicholas Marriott2012-05-21
* Add a helper function to open the terminal for attach-/new-session.Nicholas Marriott2012-05-06
* Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott2012-04-29
* Add a buffer with all input from last ground state, will be used forNicholas Marriott2012-04-25
* Stop accepting new clients for 1 second on EMFILE/ENFILE. Based onNicholas Marriott2012-04-11
* Fix comment for mouse bits.Nicholas Marriott2012-04-01
* Add a layout history which can be stepped through with select-layout -uNicholas Marriott2012-04-01
* 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