summaryrefslogtreecommitdiffstats
path: root/options-table.c
AgeCommit message (Expand)Author
2022-04-06Add unit (milliseconds) to escape-time, show unset colours as "none"nicm
2022-04-06Add an option (scroll-on-clear) to control if tmux scrolls into historynicm
2022-04-06Add an option to set the character used for unused areas of thenicm
2022-04-06Add remain-on-exit-format to set text shown when pane is dead.nicm
2022-04-06Add a window-resized hook which is fired when the window is actuallynicm
2022-04-06Add an option (default off) to control the passthrough escape sequence.nicm
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022nicm
2021-12-13Merge branch 'obsd-master' into masterThomas Adam
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.nicm
2021-11-03Merge branch 'obsd-master' into masterThomas Adam
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm
2021-11-01Merge branch 'obsd-master' into masterThomas Adam
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm
2021-10-14Merge branch 'obsd-master' into masterThomas Adam
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-13Merge branch 'obsd-master' into masterThomas Adam
2021-10-13Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm
2021-08-13Merge branch 'obsd-master' into masterThomas Adam
2021-08-12Now that styles can contain formats, they need to be expanded whennicm
2021-08-12Merge branch 'obsd-master' into masterThomas Adam
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-06Merge branch 'obsd-master' into masterThomas Adam
2021-08-06Add client focus hooks.nicm
2021-08-04Merge branch 'obsd-master' into masterThomas Adam
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