diff options
author | steve <steve@FreeBSD.org> | 1998-07-13 06:39:02 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-13 06:39:02 +0800 |
commit | fa416674feba0b599ac2062d1a2b2f281e342bfc (patch) | |
tree | c8093933f6727b294b40d45b11b40094a6efd1ec /editors | |
parent | c043b8be469d8d15986faeecd7f3982af4ae2d04 (diff) | |
download | freebsd-ports-gnome-fa416674feba0b599ac2062d1a2b2f281e342bfc.tar.gz freebsd-ports-gnome-fa416674feba0b599ac2062d1a2b2f281e342bfc.tar.zst freebsd-ports-gnome-fa416674feba0b599ac2062d1a2b2f281e342bfc.zip |
Fix a display corruption found when running jove from within
an xterm and clicking the first mouse button.
PR: 7071
Submitted by: Carl Mascott <cmascott@world.std.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jove/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/jove/files/patch-ab b/editors/jove/files/patch-ab new file mode 100644 index 000000000000..4cadfe78e428 --- /dev/null +++ b/editors/jove/files/patch-ab @@ -0,0 +1,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 |