| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2013-05-25 |
|\ |
|
| * | Rename global configuration define. | Nicholas Marriott | 2013-04-24 |
* | | Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code | Nicholas Marriott | 2013-04-24 |
|\ \ |
|
| * | | Merge branch 'obsd-master' | Thomas Adam | 2013-04-23 |
| |\| |
|
| | * | When using choose-tree -u, start with the current window | Nicholas Marriott | 2013-04-22 |
* | | | Use sysconfdir for the location of global tmux.conf (but default it to /etc), | Nicholas Marriott | 2013-04-24 |
|/ / |
|
* | | Merge branch 'obsd-master' | Thomas Adam | 2013-04-13 |
|\| |
|
| * | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott | 2013-03-27 |
| * | Add -P and -F to new-session. | Nicholas Marriott | 2013-03-25 |
| * | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott | 2013-03-25 |
| * | Add a wait-for command which blocks a client on a named channel until it | Nicholas Marriott | 2013-03-25 |
| * | Add -A flag to new-session to make it behave like attach-session if the | Nicholas Marriott | 2013-03-24 |
| * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
| * | Handle focus events from the terminal, from Aaron Jensen. | Nicholas Marriott | 2013-03-24 |
| * | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott | 2013-03-22 |
| * | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott | 2013-03-22 |
| * | Fix double space in sessions template. | Nicholas Marriott | 2013-03-22 |
| * | Add resize-pane -x and -y for absolute pane size (much requested). | Nicholas Marriott | 2013-03-22 |
| * | Support the latest theory for mouse input, this is enabled/disabled with | Nicholas Marriott | 2013-03-22 |
| * | Instead of loads of little screen_write_*_on and off functions which | Nicholas Marriott | 2013-03-21 |
| * | Tidy by splitting default key tables into two. | Nicholas Marriott | 2013-03-21 |
| * | Fix constness of cmd_template_replace, window_choose_add_item and | Nicholas Marriott | 2013-03-21 |
| * | Allow choose commands to be used outside tmux, so long as at least one | Nicholas Marriott | 2013-03-21 |
* | | Add -P and -F to new-session. | Nicholas Marriott | 2013-03-22 |
* | | Extend jobs to support writing and use that for copy-pipe instead of popen, | Nicholas Marriott | 2013-03-21 |
* | | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott | 2013-03-13 |
* | | Add time and a command count to control mode guards, based on code from George | Nicholas Marriott | 2013-03-11 |
* | | Rename session idx to session id throughout and add $ prefix to targets to use | Nicholas Marriott | 2013-03-07 |
* | | Add a wait-for command which blocks a client on a named channel until it is | Nicholas Marriott | 2013-03-06 |
* | | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott | 2013-03-04 |
* | | Add -A flag to new-session to make it behave like attach-session if the session | Nicholas Marriott | 2013-02-24 |
* | | Add resize-pane -Z to temporary zoom the active pane to occupy the full window | Nicholas Marriott | 2013-02-24 |
* | | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-02-23 |
* | | Handle focus events from the terminal, from Aaron Jensen. | Nicholas Marriott | 2013-02-23 |
* | | Fix error reporting for client commands by adding a flag to cmd_find_client to | Nicholas Marriott | 2013-02-22 |
* | | Missing PANE_RESIZE define. | Nicholas Marriott | 2013-02-22 |
* | | Add support for focus notifications when tmux pane changes, based on work by | Nicholas Marriott | 2013-02-22 |
* | | Add session_set_current helper function, extracted from a diff from Aaron | Nicholas Marriott | 2013-02-21 |
* | | Add -C and -J to capture pane to escape control sequences and to join wrapped | Nicholas Marriott | 2013-02-21 |
* | | Need to set clients in context before changing their reference count. | Nicholas Marriott | 2013-02-20 |
* | | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott | 2013-02-19 |
* | | Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from | Nicholas Marriott | 2013-02-19 |
* | | Add functions to allocate and free command contexts rather than doing it all on | Nicholas Marriott | 2013-02-18 |
* | | Fix double space in sessions template. | Nicholas Marriott | 2013-02-18 |
* | | Add resize-pane -x and -y for absolute pane size. | Nicholas Marriott | 2013-02-18 |
* | | Support the latest theory for mouse input, this is enabled/disabled with SM/RM | Nicholas Marriott | 2013-02-18 |
* | | Instead of loads of little screen_write_*_on and off functions which just | Nicholas Marriott | 2013-02-17 |
* | | Include the \033 in the key tree and adjust key matching for this change. | Nicholas Marriott | 2013-02-16 |
* | | Tidy by splitting default key tables into two. | Nicholas Marriott | 2013-02-15 |
* | | Fix constness of window_choose_add_item and _window. | Nicholas Marriott | 2013-02-13 |