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.
This commit is contained in:
Nicholas Marriott
2009-10-26 17:46:33 +00:00
parent c92c2bfb10
commit fd2ef18a70
5 changed files with 226 additions and 1 deletions

View File

@ -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