diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 08:53:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 08:53:32 +0000 |
commit | ae38e88a7391551a76b9a5eed4347a876b573fc9 (patch) | |
tree | 5bca5e3f5ad85714e1dc00b4d2fe871adc6d1535 /editors/joe2/files/patch-ai | |
parent | - update to current CPAN version (0.1621, since 06 Feb 2005) (diff) |
- Update to 2.9.8
PR: ports/80690
Submitted by: chinsan <chinsan@mail2000.com.tw>
Approved by: Kevin Day <toasty@dragondata.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=146001
Diffstat (limited to 'editors/joe2/files/patch-ai')
-rw-r--r-- | editors/joe2/files/patch-ai | 11 |
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; |