History log of /openbsd/usr.bin/tmux/window-customize.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 7320143c 24-Mar-2022 nicm <nicm@openbsd.org>

Add unit (milliseconds) to escape-time, show unset colours as "none"
rather than "invalid" and don't show the same text twice for user
options in customize mode.


# 95143b6e 29-Nov-2021 nicm <nicm@openbsd.org>

Fix user option lookup ordering.


# afdf680f 21-Aug-2021 nicm <nicm@openbsd.org>

Stop caring about empty commands, just treat as a null command.


# bc5a8fc2 10-Jun-2021 nicm <nicm@openbsd.org>

Add different command historys for different types of prompts
("command", "search" etc). From Anindya Mukherjee.


# e7e79d0a 12-Apr-2021 nicm <nicm@openbsd.org>

Add a flag to disable keys to close a message, GitHub issue 2625.


# 438eed14 12-Apr-2021 nicm <nicm@openbsd.org>

Permit shortcut keys in buffer, client, tree modes to be configured with
a format; the default remains the line number. GitHub issue 2636.


# 8f1cd816 18-Jan-2021 nicm <nicm@openbsd.org>

Hide some warnings on newer GCC versions, GitHUb issue 2525.


# cf415ead 18-Sep-2020 nicm <nicm@openbsd.org>

Some other warnings, GitHub issue 2382.


# 247fdabf 27-Jul-2020 nicm <nicm@openbsd.org>

Add a -d option to display-message to set delay, from theonekeyg at
gmail dot com in GitHub issue 2322.


# 5784a26a 23-Jul-2020 nicm <nicm@openbsd.org>

Check all lists if option not found already.


# 94c0d63c 16-Jun-2020 nicm <nicm@openbsd.org>

d and D keys to reset to default in customize mode.


# 5416581e 16-May-2020 nicm <nicm@openbsd.org>

Separate key flags and modifiers, log key flags, make the "xterm" flag
more explicit and fix M- keys with a leading escape.


# 94adf770 16-May-2020 nicm <nicm@openbsd.org>

Expand target from client and use it to expand the prompt.


# 67c16a7c 16-May-2020 nicm <nicm@openbsd.org>

Add a customize mode where keys and options may be browsed and changed,
includes adding a brief description of each option. Bound to "C" by
default.