aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornicm <nicm>2019-05-10 18:04:06 +0000
committernicm <nicm>2019-05-10 18:04:06 +0000
commit6dcca5fda4b21cb1903204d6945bd7b418858afd (patch)
treee16ce1b9e2b36df1cdd8eca9cbaa447d68a5d030 /Makefile
parent004a9b52f0389700194d2789674a1fda90409438 (diff)
downloadrtmux-6dcca5fda4b21cb1903204d6945bd7b418858afd.tar.gz
rtmux-6dcca5fda4b21cb1903204d6945bd7b418858afd.tar.bz2
rtmux-6dcca5fda4b21cb1903204d6945bd7b418858afd.zip
Add support for simple menus usable with mouse or keyboard. New command
display-menu shows a menu (bound to the mouse on status line by default) and a couple of extra formats for the default menus.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1dd4ed8c..90ecbd84 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ SRCS= alerts.c \
cmd-confirm-before.c \
cmd-copy-mode.c \
cmd-detach-client.c \
+ cmd-display-menu.c \
cmd-display-message.c \
cmd-display-panes.c \
cmd-find-window.c \
@@ -86,6 +87,7 @@ SRCS= alerts.c \
layout-set.c \
layout.c \
log.c \
+ menu.c \
mode-tree.c \
names.c \
notify.c \