aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott2013-08-21
|\
| * Clear window->flags when clearing winlinksThomas2013-08-20
* | Remove the barely-used and unnecessary command check() function.Nicholas Marriott2013-08-21
|/
* Add automatic-rename-format option allowing automatic rename to use somethingNicholas Marriott2013-08-19
* Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can beNicholas Marriott2013-08-01
* Add support for Cgywin, apparently it is enough just to open the tty again inNicholas Marriott2013-07-12
* Merge branch 'obsd-master'Thomas Adam2013-07-06
|\
| * Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel.Nicholas Marriott2013-07-05
| * Focus events can cause trouble if left on and they can't be turned offNicholas Marriott2013-06-23
* | Focus events can cause trouble if left on and they can't be turned offNicholas Marriott2013-06-28
* | Don't set TMUX_CONF in tmux.h.Nicholas Marriott2013-06-25
* | Merge branch 'obsd-master'Thomas Adam2013-06-13
|\|
| * The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott2013-06-02
* | Merge branch 'obsd-master'Thomas Adam2013-05-31
|\|
| * Instead of eating 1024 bytes or so for the arguments of each command,Nicholas Marriott2013-05-31
* | Merge branch 'obsd-master'Thomas Adam2013-05-25
|\|
| * Rename global configuration define.Nicholas Marriott2013-04-24
* | Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott2013-04-24
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2013-04-23
| |\|
| | * When using choose-tree -u, start with the current windowNicholas Marriott2013-04-22
* | | Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott2013-04-24
|/ /
* | Merge branch 'obsd-master'Thomas Adam2013-04-13
|\|
| * Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott2013-03-27
| * Add -P and -F to new-session.Nicholas Marriott2013-03-25
| * Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott2013-03-25
| * Add a wait-for command which blocks a client on a named channel until itNicholas Marriott2013-03-25
| * Add -A flag to new-session to make it behave like attach-session if theNicholas Marriott2013-03-24
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
| * Handle focus events from the terminal, from Aaron Jensen.Nicholas Marriott2013-03-24
| * Add session_set_current helper function, extracted from a diff fromNicholas Marriott2013-03-22
| * Add -e flag to capture-pane to include embedded ANSI SGR escapeNicholas Marriott2013-03-22
| * Fix double space in sessions template.Nicholas Marriott2013-03-22
| * Add resize-pane -x and -y for absolute pane size (much requested).Nicholas Marriott2013-03-22
| * Support the latest theory for mouse input, this is enabled/disabled withNicholas Marriott2013-03-22
| * Instead of loads of little screen_write_*_on and off functions whichNicholas Marriott2013-03-21
| * Tidy by splitting default key tables into two.Nicholas Marriott2013-03-21
| * Fix constness of cmd_template_replace, window_choose_add_item andNicholas Marriott2013-03-21
| * Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott2013-03-21
* | Add -P and -F to new-session.Nicholas Marriott2013-03-22
* | Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott2013-03-21
* | Only send end guard if begin was sent, from George Nachman.Nicholas Marriott2013-03-13
* | Add time and a command count to control mode guards, based on code from GeorgeNicholas Marriott2013-03-11
* | Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott2013-03-07
* | Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott2013-03-06
* | Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott2013-03-04
* | Add -A flag to new-session to make it behave like attach-session if the sessionNicholas Marriott2013-02-24
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott2013-02-24
* | Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* | Handle focus events from the terminal, from Aaron Jensen.Nicholas Marriott2013-02-23
* | Fix error reporting for client commands by adding a flag to cmd_find_client toNicholas Marriott2013-02-22