summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-06-18 13:16:42 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-06-18 13:16:42 +0000
commit2942eca8953561cef0764c1775666697ee032c34 (patch)
tree7189077d728a911a5f6e8dac6cfe88824d9dc8a5 /Makefile
parent7c39850d1f55f101c42a2dd65664691927c459a1 (diff)
Add a skeleton mode to tmux (called "control mode") that let's tmux
commands be sent and output received on stdout. This can be used to integrate with other terminal emulators and should allow some other things to be made simpler later. More to come so doesn't do much yet and deliberately not documented.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e23b71a..2b9dde1f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SRCS= arguments.c attributes.c cfg.c client.c clock.c \
cmd-display-message.c cmd-display-panes.c cmd-if-shell.c \
cmd-pipe-pane.c cmd-capture-pane.c cmd.c \
colour.c environ.c grid-view.c grid-utf8.c grid.c input-keys.c \
- input.c key-bindings.c key-string.c format.c \
+ input.c key-bindings.c key-string.c format.c control.c \
layout-custom.c layout-set.c layout.c log.c job.c notify.c \
mode-key.c names.c options.c options-table.c paste.c procname.c \
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \