Age | Commit message (Expand) | Author |
2012-06-25 | Provide common helper function for adding windows and sessions to choose | Nicholas Marriott |
2012-06-25 | Clean up and simplify the choose mode code, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |
2012-05-28 | Strip layout from choose-windows again (leave in list-windows), | Nicholas Marriott |
2012-05-27 | Fix client templates, from Romain Francoise. | Nicholas Marriott |
2012-05-25 | Simplify logging and just fprintf(stderr, ...) for early errors. | Nicholas Marriott |
2012-05-23 | Use a predefined structure for not-space cells used to set attributes. | Nicholas Marriott |
2012-05-22 | Store client in tty struct directly instead of using a callback function | Nicholas Marriott |
2012-05-22 | Store mouse data in tty structure not on the stack. | Nicholas Marriott |
2012-05-22 | Switch all of the various choose- and list- commands over to the format | Nicholas Marriott |
2012-05-22 | Add a helper function to send ready message. | Nicholas Marriott |
2012-05-22 | If there are any terminals with insert mode but not ich1, they can go | Nicholas Marriott |
2012-05-21 | Instead of passing stdin/stdout/stderr file descriptors over imsg and | Nicholas Marriott |
2012-05-06 | Add a helper function to open the terminal for attach-/new-session. | Nicholas Marriott |
2012-04-29 | Add a flag to move-window to renumber the windows in a session (closing | Nicholas Marriott |
2012-04-25 | Add a buffer with all input from last ground state, will be used for | Nicholas Marriott |
2012-04-11 | Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on | Nicholas Marriott |
2012-04-01 | Fix comment for mouse bits. | Nicholas Marriott |
2012-04-01 | Add a layout history which can be stepped through with select-layout -u | Nicholas Marriott |
2012-03-20 | Add a simple form of output rate limiting by counting the number of | Nicholas Marriott |
2012-03-17 | On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
2012-03-17 | Break out termios initialization into a separate function, from George | Nicholas Marriott |
2012-03-15 | Send secondary DA to terminals with XT in terminfo when starting up and | Nicholas Marriott |
2012-03-09 | Remove some bits leftover from unused backoff code. | Nicholas Marriott |
2012-03-09 | Use a lock file and flock() to serialize server start, avoids problems | Nicholas Marriott |
2012-03-04 | Add A and I keys for vi status line editing. | Nicholas Marriott |
2012-03-03 | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if | Nicholas Marriott |
2012-03-03 | The wlmouse offset should be part of the client, not the server. From | Nicholas Marriott |
2012-03-03 | Add move-pane command (like join-pane but allows the same window). Also | Nicholas Marriott |
2012-03-02 | Add printf attribute to a couple of functions, from Tim Ruehsen. | Nicholas Marriott |
2012-02-25 | Allow a single option to be specified to show-options to show just that | Nicholas Marriott |
2012-02-15 | Add a wrapper function tty_set_size from George Nachman. | Nicholas Marriott |
2012-02-02 | Move window name changes into wrapper function window_set_name, from | Nicholas Marriott |
2012-01-31 | Provide defined ways to set the various default-path possibilities: ~ | Nicholas Marriott |
2012-01-30 | Give each window a unique id, like panes but prefixed with @. Based on | Nicholas Marriott |
2012-01-29 | Add an option to move the status line to the top of the screen, | Nicholas Marriott |
2012-01-21 | Remove unused backoff code that doesn't do any good. | Nicholas Marriott |
2012-01-21 | Use RB trees not SPLAY. | Nicholas Marriott |
2012-01-21 | Drop the ability to have a list of keys in the prefix in favour of two | Nicholas Marriott |
2012-01-21 | Add a -R flag to send-keys to reset the terminal. Written ages ago and | Nicholas Marriott |
2012-01-20 | Add some const and fix a warning. | Nicholas Marriott |
2012-01-20 | Add space movement keys for vi mode in the status line from Ben Boeckel. | Nicholas Marriott |
2011-12-09 | Change the way the working directory for new processes is discovered. If | Nicholas Marriott |
2011-12-04 | Support "jump to" like vi in copy mode using t and T keys. Also add x | Nicholas Marriott |
2011-11-15 | Add word movement and editing command for command prompt editing, from | Nicholas Marriott |
2011-11-15 | Make window_pane_index work the same as window_index, from Ben Boeckel. | Nicholas Marriott |
2011-10-23 | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott |
2011-10-23 | Try to resolve relative paths for loadb and saveb (first using client | Nicholas Marriott |
2011-10-23 | Add client formats, from Ben Boeckel. | Nicholas Marriott |