From afd67ce89f91bd460b51c16108c92e3375d90402 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 21 Feb 2009 17:46:13 +0000 Subject: Allow selection in vi mode. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 785a7031..2f0a434e 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.273 2009-02-13 21:39:45 nicm Exp $ */ +/* $Id: tmux.h,v 1.274 2009-02-21 17:46:13 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -428,6 +428,7 @@ struct mode_key_data { int flags; #define MODEKEY_EDITMODE 0x1 #define MODEKEY_CANEDIT 0x2 +#define MODEKEY_CHOOSEMODE 0x4 }; #define MODEKEY_EMACS 0 -- cgit