summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-ai
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-17 21:39:10 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-17 21:39:10 +0000
commiteaf5dce45eaeadcb65fb79d4f53294350d5c2426 (patch)
tree68828164f940b1e3ac2941e7f26a699f6c602f06 /editors/joe2/files/patch-ai
parentUpdate to 4.2.6 (diff)
Fix build on -CURRENT
PR: 34802 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54834
Diffstat (limited to 'editors/joe2/files/patch-ai')
-rw-r--r--editors/joe2/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/joe2/files/patch-ai b/editors/joe2/files/patch-ai
new file mode 100644
index 000000000000..ce0c0efb52cf
--- /dev/null
+++ b/editors/joe2/files/patch-ai
@@ -0,0 +1,11 @@
+--- bw.c.orig Sun Feb 10 14:27:49 2002
++++ bw.c Sun Feb 10 14:28:18 2002
+@@ -734,7 +734,7 @@
+ if(window==window->main)
+ {
+ rmkbd(window->kbd);
+- window->kbd=mkkbd(getcontext(w->o.context));
++ window->kbd=mkkbd(joegetcontext(w->o.context));
+ }
+ w->top->xcol=0; w->cursor->xcol=0;
+ return w;