summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-05-03 07:39:32 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-05-03 07:39:32 +0100
commitc03b57465bdf850026b3a5c478a63ca62212720f (patch)
tree1ef3bd82733294b065be71510cca94d510ef3d28 /Makefile.am
parent40467726e3a985f0d7c064c6dcf7121f3266ab70 (diff)
Add different command historys for different types of prompts ("command",
"search" etc). From Anindya Mukherjee.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e15204f..9bb5b89e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \