Add different command historys for different types of prompts ("command",

"search" etc). From Anindya Mukherjee.
This commit is contained in:
Nicholas Marriott
2021-05-03 07:39:32 +01:00
parent 40467726e3
commit c03b57465b
13 changed files with 356 additions and 96 deletions

View File

@ -125,6 +125,7 @@ dist_tmux_SOURCES = \
cmd-show-environment.c \
cmd-show-messages.c \
cmd-show-options.c \
cmd-show-prompt-history.c \
cmd-source-file.c \
cmd-split-window.c \
cmd-swap-pane.c \