summaryrefslogtreecommitdiffstats
path: root/options-table.c
AgeCommit message (Expand)Author
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
2020-04-28Drop having a separate type for style options and make them all strings, whichNicholas Marriott
2020-04-24Instead of having a default set of terminals in terminal-overrides that get XTNicholas Marriott
2020-04-24rxvt needs XT also for the moment.Nicholas Marriott
2020-04-22Merge branch 'obsd-master'Thomas Adam
2020-04-22Change so main-pane-width and height can be given as a percentage.nicm
2020-04-21Merge branch 'obsd-master'Thomas Adam
2020-04-21xterm* needs XT also.nicm
2020-04-20Merge branch 'obsd-master'Thomas Adam
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-04-17Merge branch 'obsd-master'Thomas Adam
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Change so that the appropriate hooks for windows and panes belong tonicm
2019-11-28Merge branch 'obsd-master'Thomas Adam
2019-11-28Missing after-kill-pane option.nicm
2019-11-28status-left and status-right need push-default also, reported by Ericnicm
2019-11-14Merge branch 'obsd-master'Thomas Adam
2019-11-14Change window-size default from smallest to latest.nicm
2019-11-14Merge branch 'obsd-master'Thomas Adam