diff options
Diffstat (limited to 'app/xterm/xcharmouse.h')
-rw-r--r-- | app/xterm/xcharmouse.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/xterm/xcharmouse.h b/app/xterm/xcharmouse.h index ed3d2b438..aed0678e7 100644 --- a/app/xterm/xcharmouse.h +++ b/app/xterm/xcharmouse.h @@ -1,4 +1,4 @@ -/* $XTermId: xcharmouse.h,v 1.15 2011/12/08 21:54:12 tom Exp $ */ +/* $XTermId: xcharmouse.h,v 1.17 2012/09/26 00:39:14 tom Exp $ */ /************************************************************ @@ -30,10 +30,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* *INDENT-OFF* */ /* - * Macros for dpmodes + * Macros for dpmodes (Thomas Dickey and others): * J. Bacon, acadix@execpc.com, June 1998 * Steve Wall, September 1999 * Ilya Zakharevich, August 2002 + * Ryan Johnson, August 2010 + * Egmont Koblinger, December 2011 */ /* DECSET arguments for turning on mouse reporting modes */ @@ -52,6 +54,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define SET_SGR_EXT_MODE_MOUSE 1006 #define SET_URXVT_EXT_MODE_MOUSE 1015 +#define SET_ALTERNATE_SCROLL 1007 /* wheel mouse may send cursor-keys */ + #define SET_BUTTON1_MOVE_POINT 2001 /* click1 emit Esc seq to move point*/ #define SET_BUTTON2_MOVE_POINT 2002 /* press2 emit Esc seq to move point*/ #define SET_DBUTTON3_DELETE 2003 /* Double click-3 deletes */ |