summaryrefslogtreecommitdiff
path: root/editors/jove
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-12 22:39:02 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-12 22:39:02 +0000
commita4fc28db05ce4077ac093b2877943933636fba57 (patch)
treed87aed843f42c3a1860443feabc0b8fef6eda163 /editors/jove
parentUpgrade to version 1.2. (diff)
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>
Notes
Notes: svn path=/head/; revision=11853
Diffstat (limited to 'editors/jove')
-rw-r--r--editors/jove/files/patch-ab19
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