| Commit message (Expand) | Author | Age |
... | |
| * | Use a utility function for common code to show errors in config file, | Nicholas Marriott | 2012-11-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-11-08 |
|\| |
|
| * | Show last client activity time in default choose-client list. | Nicholas Marriott | 2012-11-05 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-10-26 |
|\| |
|
| * | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott | 2012-10-26 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-10-02 |
|\| |
|
| * | Allow session tree (C-b s) to expand and collapse sessions with | Nicholas Marriott | 2012-10-02 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-09-25 |
|\| |
|
| * | Add notification for input from a pane, from George Nachman. | Nicholas Marriott | 2012-09-25 |
* | | Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux | Nicholas Marriott | 2012-09-25 |
|\ \ |
|
| * | | Merge branch 'obsd-master' | Thomas Adam | 2012-09-24 |
| |\| |
|
| | * | Add control_write_buffer, from George Nachman. | Nicholas Marriott | 2012-09-24 |
| | * | Use pgrp of pty fd not pid of immediate child when recovering current | Nicholas Marriott | 2012-09-24 |
| | * | When choosing a pane found by find-window, switch to that pane rather | Nicholas Marriott | 2012-09-03 |
| | * | add cmd-choose-list to allow arbitrary options to be selected. From | Nicholas Marriott | 2012-09-03 |
| | * | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott | 2012-09-03 |
| | * | Fix up window reference counting and don't crash if the rename timer | Nicholas Marriott | 2012-08-21 |
| | * | Use a separate define for each default format template and strip clutter | Nicholas Marriott | 2012-08-14 |
| | * | Instead of numbering choose mode items 0-9a-z and then nothing, number | Nicholas Marriott | 2012-08-11 |
| | * | Add a queue of notifys and a way to turn them off and on (we do not want | Nicholas Marriott | 2012-07-13 |
| | * | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott | 2012-07-11 |
| | * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| | * | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott | 2012-07-08 |
| | * | Clear flags across all sessions, from Thomas Adam. | Nicholas Marriott | 2012-07-08 |
| | * | 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-25 |
| | * | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott | 2012-06-18 |
| | * | Strip layout from choose-windows again (leave in list-windows), | Nicholas Marriott | 2012-05-28 |
| | * | Fix client templates, from Romain Francoise. | Nicholas Marriott | 2012-05-27 |
| | * | Simplify logging and just fprintf(stderr, ...) for early errors. | Nicholas Marriott | 2012-05-25 |
| | * | Use a predefined structure for not-space cells used to set attributes. | Nicholas Marriott | 2012-05-23 |
| | * | 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-22 |
| | * | Instead of passing stdin/stdout/stderr file descriptors over imsg and | Nicholas Marriott | 2012-05-21 |
| | * | Add a helper function to open the terminal for attach-/new-session. | Nicholas Marriott | 2012-05-06 |
| | * | Add a flag to move-window to renumber the windows in a session (closing | Nicholas Marriott | 2012-04-29 |
| | * | Add a buffer with all input from last ground state, will be used for | Nicholas Marriott | 2012-04-25 |
| | * | Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on | Nicholas Marriott | 2012-04-11 |
| | * | 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-04-01 |
| | * | Add a simple form of output rate limiting by counting the number of | Nicholas Marriott | 2012-03-20 |
| | * | 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-17 |
| | * | Send secondary DA to terminals with XT in terminfo when starting up and | Nicholas Marriott | 2012-03-15 |
| | * | 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-09 |