summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-08 19:10:09 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-08 19:10:09 +0100
commita61cbf1c33d8d61b564f95053cbf96443126dd87 (patch)
tree14ede2310b94ea68fb5c2366e7cbb9798f13ff78 /Makefile.am
parent708e9bc072eddc2a3d83bc5df45de2825b011ed1 (diff)
Add a customize mode where options may be browsed and changed, includes adding
a brief description of each option. Bound to "C" by default.
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 a395ecdb..fdd39107 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -180,6 +180,7 @@ dist_tmux_SOURCES = \
window-client.c \
window-clock.c \
window-copy.c \
+ window-customize.c \
window-tree.c \
window.c \
xmalloc.c \