summaryrefslogtreecommitdiffstats
path: root/options-table.c
AgeCommit message (Expand)Author
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
2019-11-14Add an option to set the key sent by backspace for those whose systemnicm
2019-09-19Merge branch 'obsd-master'Thomas Adam
2019-09-19Add a "latest" window-size option which tries to size windows based onnicm
2019-09-16Merge branch 'obsd-master'Thomas Adam
2019-09-15Add push-default and pop-default in styles to change the default coloursnicm
2019-06-26Merge branch 'obsd-master'Thomas Adam
2019-06-26Add #define for the pane status line option position numbers.nicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20allow-rename and alternate-screen can be pane options.nicm
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
2019-05-26Merge branch 'obsd-master'Thomas Adam
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-23Merge branch 'obsd-master'Thomas Adam
2019-04-23Indicate an array option with a flag rather than a special type so thatnicm
2019-04-07Merge branch 'obsd-master'Thomas Adam
2019-04-07Current window style also needs to be tested for default.nicm
2019-04-02Merge branch 'obsd-master'Thomas Adam
2019-04-02Silence flag should use the same option as activity, reported by Thomasnicm
2019-03-19Merge branch 'obsd-master'Thomas Adam