mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a4fc28db05
an xterm and clicking the first mouse button. PR: 7071 Submitted by: Carl Mascott <cmascott@world.std.com>
20 lines
611 B
Plaintext
20 lines
611 B
Plaintext
*** 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
|