summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-select-pane.c
AgeCommit message (Expand)Author
2020-07-03Check if client is NULL before using it, GitHub issue 2295.Nicholas Marriott
2020-05-26Do not try to use the last marked pane if it is invalid.Nicholas Marriott
2020-05-16Add a client flag 'active-pane' which stores the active pane in theNicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to beNicholas Marriott
2020-04-13Move cmdq_state into cmd-queue.c.Nicholas Marriott
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isNicholas Marriott
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsNicholas Marriott
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.Nicholas Marriott
2020-02-03Instead of passing titles through vis() which doubles backslashes, justNicholas Marriott
2019-09-24Make select-pane -P set window-active-style also to match previousNicholas Marriott
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client toNicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-04-30Don't redraw control clients, from George Nachman.Nicholas Marriott
2019-04-26Merge hooks into options and make each one an array option. This allowsNicholas Marriott
2019-04-17Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-14Add a wrapper (struct style) around styles rather than using theNicholas Marriott
2019-03-13The pane's style should be initialized to default before parsing theNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-06-25If there are only two panes, always use the other pane as the lastNicholas Marriott
2018-05-20-T should not actually select the pane.Nicholas Marriott
2017-11-17Allow formats in selectp -T, from Thomas Adam.Nicholas Marriott
2017-09-02Add selectp -T to set pane title.Nicholas Marriott
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-08Hooks for after-select-pane and after-select-window.Nicholas Marriott
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store theNicholas Marriott
2017-04-22Mouse bindings and hooks set up an initial current state when running aNicholas Marriott
2017-04-21Rename a variable.Nicholas Marriott
2016-11-16The target validity check used window_pane_visible but that may be falseNicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-10Add static in cmd-* and fix a few other nits.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-31Remove an extra unzoom call which was probably a merge error.Nicholas Marriott
2015-12-15Make the marked pane a cmd_find_state.Nicholas Marriott
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsNicholas Marriott
2015-12-13Use member names in cmd_entry definitions so I stop getting confusedNicholas Marriott
2015-12-13Instead of every command resolving the target (-t or -s) itself, prepareNicholas Marriott
2015-10-22Unzoom before -LRUD, reported by Andy Weidenbaum.Nicholas Marriott
2015-09-14When the active pane changes, redraw panes if the style hasNicholas Marriott
2015-06-04Add support for a single "marked pane". There is one marked pane in theNicholas Marriott
2015-04-29Do not complain when directions fail.Nicholas Marriott
2015-04-27If the requested pane is already active, do not unzoom the window (or doNicholas Marriott
2015-04-19Support setting the default window and pane background colours (windowNicholas Marriott
2014-10-21Only redraw pane when it has actually changed.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2013-10-10Remove the barely-used and unnecessary command check() function.Nicholas Marriott
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