CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/21 11:57:29
Modified files:
usr.bin/tmux : cmd-next-window.c cmd-previous-window.c
cmd-resize-pane.c cmd-rotate-window.c
cmd-select-layout.c input-keys.c key-bindings.c
key-string.c mode-key.c tmux.h tty-keys.c
Log message:
Tidy up keys: use an enum for the key codes, and remove the macros which just
wrap flag sets/clears/tests.
