mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 08:57:06 +00:00
Sync OpenBSD patchset 190:
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:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.394 2009-07-28 22:55:59 tcunha Exp $ */
|
||||
/* $Id: tmux.h,v 1.395 2009-07-28 22:58:20 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -395,10 +395,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,
|
||||
|
Reference in New Issue
Block a user