blob: 4cadfe78e428deaf939075a0b95277ae469515fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** mouse.c.org Thu Mar 7 12:34:43 1996
--- mouse.c Thu Jun 25 14:17:16 1998
***************
*** 266,272 ****
/* Format of command to xterm to start or stop mouse hilite tracking:
* ^[ [ func ; startx ; starty ; firstrow ; lastrow T
*/
! #define XTERMBUG
#ifdef XTERMBUG
static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX";
#else
--- 266,272 ----
/* Format of command to xterm to start or stop mouse hilite tracking:
* ^[ [ func ; startx ; starty ; firstrow ; lastrow T
*/
! /* #undef XTERMBUG */
#ifdef XTERMBUG
static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX";
#else
|