summaryrefslogtreecommitdiffstats
path: root/options-table.c
AgeCommit message (Expand)Author
2024-04-10Merge branch 'obsd-master'Thomas Adam
2024-04-10Add an option allow-set-title to forbid applications from changing thenicm
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Reduce escape-time default to 10 milliseconds, 500 is far too long fornicm
2024-02-13Merge branch 'obsd-master'Thomas Adam
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.nicm
2023-08-15Merge branch 'obsd-master'Thomas Adam
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
2023-08-08Merge branch 'obsd-master'Thomas Adam
2023-08-08Add options and flags for menu styles similar to those existing fornicm
2023-04-25Set default lock command to vlock on Linux if present at build time, from JoshNicholas Marriott
2022-09-22Merge branch 'obsd-master'Thomas Adam
2022-09-09Add message-line option to control where message and prompt go, fromnicm
2022-08-02Merge branch 'obsd-master'Thomas Adam
2022-08-02Add a third state "all" to allow-passthrough to work even in invisiblenicm
2022-06-14Merge branch 'obsd-master'Thomas Adam
2022-06-14kf* terminfo capabilities are poorly defined and rxvt uses them in anicm
2022-03-24Merge branch 'obsd-master' into masterThomas Adam
2022-03-24Add unit (milliseconds) to escape-time, show unset colours as "none"nicm
2022-03-17Merge branch 'obsd-master' into masterThomas Adam
2022-03-17Add an option (scroll-on-clear) to control if tmux scrolls into historynicm
2022-03-16Merge branch 'obsd-master' into masterThomas Adam
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-03-08Merge branch 'obsd-master' into masterThomas Adam
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.nicm
2022-02-17Merge branch 'obsd-master' into masterThomas Adam
2022-02-17Add a window-resized hook which is fired when the window is actuallynicm
2022-02-15Merge branch 'obsd-master' into masterThomas Adam
2022-02-15Add 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