From fd2ef18a7004fb35dbe40b99765609189827a6f8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 26 Oct 2009 17:46:33 +0000 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit