summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2000-12-27 22:14:37 +0000
committerGary Jennejohn <gj@FreeBSD.org>2000-12-27 22:14:37 +0000
commit22152abe4a5fccdea3f83eede70e8c28045b5316 (patch)
treeeda087d4658db384793a4e8aca8c633997be8b56 /editors
parentUpgrade to 6.1.22. (diff)
Add a patch to make Ctrl-D/Ctrl-U behave the way a seasoned
vi user expects - without the patch they do exactly the opposite of what is expected. Approved by: the maintainer
Notes
Notes: svn path=/head/; revision=36416
Diffstat (limited to 'editors')
-rw-r--r--editors/e3/files/patch-e3.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/e3/files/patch-e3.asm b/editors/e3/files/patch-e3.asm
new file mode 100644
index 000000000000..0a4484f78014
--- /dev/null
+++ b/editors/e3/files/patch-e3.asm
@@ -0,0 +1,13 @@
+--- e3.asm.orig Wed Dec 27 22:00:59 2000
++++ e3.asm Wed Dec 27 22:01:04 2000
+@@ -3169,8 +3169,8 @@
+ dw KeyVICmdI -_start ;33h
+ dw KeyVICmdR -_start ;34h
+ dw KeyVICmdd -_start ;35h
+- dw KeyHalfPgDn -_start ;36h
+- dw KeyHalfPgUp -_start ;37h
++ dw KeyHalfPgUp -_start ;36h
++ dw KeyHalfPgDn -_start ;37h
+ dw KeyVI1Char -_start ;38h
+ dw KeyEmaCtrlS -_start ;39h
+ dw KeyEmaCtrlR -_start ;3Ah