summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-ai
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /editors/joe2/files/patch-ai
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'editors/joe2/files/patch-ai')
-rw-r--r--editors/joe2/files/patch-ai11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/joe2/files/patch-ai b/editors/joe2/files/patch-ai
deleted file mode 100644
index ce0c0efb52cf..000000000000
--- a/editors/joe2/files/patch-ai
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;