aboutsummaryrefslogtreecommitdiff
path: root/cmd-select-pane.c
Commit message (Expand)AuthorAge
...
* Add flags to selectp to enable and disable input to a pane, from Anishnicm2014-08-11
* Remove the barely-used and unnecessary command check() function.nicm2013-10-10
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott2013-03-24
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* Redraw pane borders when switching to last pane.Nicholas Marriott2011-01-31
* Now that parsing is common, merge some of the small, related commandsNicholas Marriott2011-01-04
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-22
* Options to set the colour of the pane borders, with different colours for theNicholas Marriott2010-01-03
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Merge pane number into the target specification for pane commands. Instead ofNicholas Marriott2009-07-30
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* Now that #P could be in the status line, flag it for redraw when the activeNicholas Marriott2009-07-20
* Improved layout code.Nicholas Marriott2009-07-19
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-14
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01