summaryrefslogtreecommitdiffstats
path: root/cmd-select-pane.c
AgeCommit message (Expand)Author
2019-04-30Don't redraw control clients, from George Nachman.nicm
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-03-14Add a wrapper (struct style) around styles rather than using thenicm
2019-03-13The pane's style should be initialized to default before parsing thenicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-06-25If there are only two panes, always use the other pane as the lastnicm
2018-05-20-T should not actually select the pane.nicm
2017-11-17Allow formats in selectp -T, from Thomas Adam.nicm
2017-09-02Add selectp -T to set pane title.nicm
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-08-08Hooks for after-select-pane and after-select-window.nicm
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-04-22Mouse bindings and hooks set up an initial current state when running anicm
2017-04-21Rename a variable.nicm
2016-11-16The target validity check used window_pane_visible but that may be falsenicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-10Add static in cmd-* and fix a few other nits.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-31Remove an extra unzoom call which was probably a merge error.nicm
2015-12-15Make the marked pane a cmd_find_state.nicm
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-10-22Unzoom before -LRUD, reported by Andy Weidenbaum.nicm
2015-09-14When the active pane changes, redraw panes if the style hasnicm
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2015-04-29Do not complain when directions fail.nicm
2015-04-27If the requested pane is already active, do not unzoom the window (or donicm
2015-04-19Support setting the default window and pane background colours (windownicm
2014-10-21Only redraw pane when it has actually changed.nicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-08-11Add flags to selectp to enable and disable input to a pane, from Anishnicm
2013-10-10Remove the barely-used and unnecessary command check() function.nicm
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2011-01-31Redraw pane borders when switching to last pane.Nicholas Marriott
2011-01-04Now that parsing is common, merge some of the small, related commandsNicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-01-03Options to set the colour of the pane borders, with different colours for theNicholas Marriott
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-07-30Merge pane number into the target specification for pane commands. Instead ofNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-20Now that #P could be in the status line, flag it for redraw when the activeNicholas Marriott
2009-07-19Improved layout code.Nicholas Marriott
2009-07-14Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott