From: ayin Date: Fri, 30 Nov 2007 10:57:04 +0000 (+0000) Subject: Remove traces of unimplemented 1001 mouse mode. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ff1f86449fc6bb68767a4710343ae9770160dbf9;p=dana%2Furxvt.git Remove traces of unimplemented 1001 mouse mode. --- diff --git a/src/command.C b/src/command.C index 6db39bcf..1e87a9c6 100644 --- a/src/command.C +++ b/src/command.C @@ -3584,7 +3584,6 @@ rxvt_term::process_terminal_mode (int mode, int priv UNUSED, unsigned int nargs, { 67, PrivMode_BackSpace }, #endif { 1000, PrivMode_MouseX11 }, - // 1001 Use Hilite Mouse Tracking. NYI, TODO { 1002, PrivMode_MouseBtnEvent }, { 1003, PrivMode_MouseAnyEvent }, { 1010, PrivMode_TtyOutputInh }, // rxvt extension @@ -3695,10 +3694,6 @@ rxvt_term::process_terminal_mode (int mode, int priv UNUSED, unsigned int nargs, if (state) /* orthogonal */ priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent); break; -#if 0 - case 1001: - break; /* X11 mouse highlighting */ -#endif case 1002: case 1003: if (state) diff --git a/src/rxvt.h b/src/rxvt.h index d29d0982..c9d04bf3 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -582,8 +582,6 @@ enum { #define PrivMode_LFNL (1UL<<19) #define PrivMode_MouseBtnEvent (1UL<<20) #define PrivMode_MouseAnyEvent (1UL<<21) -/* too annoying to implement X11 highlight tracking */ -/* #define PrivMode_MouseX11Track (1LU<<20) */ #define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent)