summaryrefslogtreecommitdiffstats
path: root/options-table.c
AgeCommit message (Expand)Author
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.nicm
2021-07-28Merge branch 'obsd-master' into masterThomas Adam
2021-07-28Make window-linked and window-unlinked window options, GitHub issuenicm
2021-07-14Merge branch 'obsd-master' into masterThomas Adam
2021-07-14Move default value for TERM into tmux.h.nicm
2021-06-18Merge branch 'obsd-master' into masterThomas Adam
2021-06-16Minor fixes to option descriptions.nicm
2021-06-10More accurate vi(1) word navigation in copy mode and on the status line.nicm
2021-06-10Add different command historys for different types of promptsnicm
2021-06-10Add an "always" value to the extended-keys option to always forwardnicm
2021-05-13More accurate vi(1) word navigation in copy mode and on the status line. ThisNicholas Marriott
2021-05-03Add different command historys for different types of prompts ("command",Nicholas Marriott
2021-04-21Add an "always" value to the extended-keys option to always forward these keysNicholas Marriott
2021-03-11Merge branch 'obsd-master' into masterThomas Adam
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2021-02-01Merge branch 'obsd-master' into masterThomas Adam
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifnicm
2021-01-20Merge branch 'obsd-master' into masterThomas Adam
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
2021-01-04Merge branch 'obsd-master' into masterThomas Adam
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programnicm
2020-12-15Merge branch 'obsd-master' into masterThomas Adam
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option tonicm
2020-12-01Merge branch 'obsd-master' into masterThomas Adam
2020-12-01Make replacement of ##s consistent when drawing formats, whethernicm
2020-08-25Merge branch 'obsd-master'Thomas Adam
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm
2020-07-24Merge branch 'obsd-master'Thomas Adam
2020-07-24Add a hook when the pane title changed.nicm
2020-05-22Merge branch 'obsd-master'Thomas Adam
2020-05-22xterm* can have focus too.nicm
2020-05-16Add a terminal feature for enable/disable extended keys (supported bynicm
2020-05-16Add an option to set the pane border lines style from a choice of singlenicm
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Change message log to be per server rather than per client and includenicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-05-16Copy mode search improvements:nicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-05-16Instead of having a default set of terminals in terminal-overrides thatnicm
2020-05-15Add a terminal feature for enable/disable extended keys (supported by xterm andNicholas Marriott
2020-05-15xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott
2020-05-14Add an option to set the pane border lines style from a choice of single linesNicholas Marriott
2020-05-13Add a mark in copy mode. Set with set-mark command (bound to 'X') by defaultNicholas Marriott
2020-05-08Add a customize mode where options may be browsed and changed, includes addingNicholas Marriott
2020-05-06Change message log to be per server rather than per client and include everyNicholas Marriott
2020-05-01Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-04-29Copy mode search improvements:Nicholas Marriott
2020-04-29Remove an unnecessary comma.Nicholas Marriott
2020-04-29Need to redraw borders now when some things change. Also change default so thatNicholas Marriott