summaryrefslogtreecommitdiffstats
path: root/window-customize.c
AgeCommit message (Collapse)Author
2022-03-24Add unit (milliseconds) to escape-time, show unset colours as "none"nicm
rather than "invalid" and don't show the same text twice for user options in customize mode.
2021-11-29Fix user option lookup ordering.nicm
2021-08-21Stop caring about empty commands, just treat as a null command.nicm
2021-06-10Add different command historys for different types of promptsnicm
("command", "search" etc). From Anindya Mukherjee.
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.nicm
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
a format; the default remains the line number. GitHub issue 2636.
2021-01-18Hide some warnings on newer GCC versions, GitHUb issue 2525.nicm
2020-09-18Some other warnings, GitHub issue 2382.nicm
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atnicm
gmail dot com in GitHub issue 2322.
2020-07-23Check all lists if option not found already.nicm
2020-06-16d and D keys to reset to default in customize mode.nicm
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagnicm
more explicit and fix M- keys with a leading escape.
2020-05-16Expand target from client and use it to expand the prompt.nicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
includes adding a brief description of each option. Bound to "C" by default.