summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-customize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide some warnings on newer GCC versions, GitHUb issue 2525.nicm2021-01-181-8/+4
* Some other warnings, GitHub issue 2382.nicm2020-09-181-4/+4
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-271-3/+3
* Check all lists if option not found already.nicm2020-07-231-3/+3
* d and D keys to reset to default in customize mode.nicm2020-06-161-38/+128
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-161-5/+5
* Expand target from client and use it to expand the prompt.nicm2020-05-161-6/+7
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-0/+1430