summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-26 17:46:33 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-26 17:46:33 +0000
commitfd2ef18a7004fb35dbe40b99765609189827a6f8 (patch)
tree4ba4edcda169febe60a64950f764f8fbfd1596f5 /Makefile
parentc92c2bfb10d9c94acf0d453d9b4e71d6d696e8af (diff)
Rewrite xterm-keys code (both input and output) so that works (doesn't always
output the same modifiers, accepts all the possible input keys) and is more understandable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6b8b1dd..68a34050 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c \
server-fn.c server.c server-client.c server-window.c server-job.c \
tmux.c tty-keys.c tty-term.c tty.c utf8.c \
window-choose.c window-clock.c window-copy.c window-more.c window.c \
- xmalloc.c
+ xterm-keys.c xmalloc.c
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations