Remove an unused entry in the mode keys command enum and rename

MODEKEYCOPY_QUIT to _CANCEL to match the others.
This commit is contained in:
Nicholas Marriott
2009-07-27 20:36:13 +00:00
parent d95274c5f2
commit 309b76fb32
4 changed files with 7 additions and 9 deletions

2
tmux.h
View File

@ -396,10 +396,8 @@ enum mode_key_cmd {
MODEKEYCOPY_LEFT,
MODEKEYCOPY_NEXTPAGE,
MODEKEYCOPY_NEXTWORD,
MODEKEYCOPY_NONE,
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSWORD,
MODEKEYCOPY_QUIT,
MODEKEYCOPY_RIGHT,
MODEKEYCOPY_STARTOFLINE,
MODEKEYCOPY_STARTSELECTION,