freebsd-ports/editors/jove/files/patch-mouse.c
Baptiste Daroussin 7b2ebe8172 Fix collision with getline(3)
Regen patches
2016-07-29 23:15:11 +00:00

12 lines
340 B
C

--- mouse.c.orig 1996-03-07 17:34:43 UTC
+++ mouse.c
@@ -266,7 +266,7 @@ int mproto;
/* Format of command to xterm to start or stop mouse hilite tracking:
* ^[ [ func ; startx ; starty ; firstrow ; lastrow T
*/
-#define XTERMBUG
+/* #undef XTERMBUG */
#ifdef XTERMBUG
static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX";
#else