aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2000-12-28 06:14:37 +0800
committergj <gj@FreeBSD.org>2000-12-28 06:14:37 +0800
commitbd6038efb4bdc90def8cca9a04ee6a86734d06fb (patch)
tree7a781f6b767fcb9d8be9ff05cb5cceb067cd8eb1 /editors
parent6b9f75bc818570ec7c0ab1089675585b7aaeb627 (diff)
downloadfreebsd-ports-gnome-bd6038efb4bdc90def8cca9a04ee6a86734d06fb.tar.gz
freebsd-ports-gnome-bd6038efb4bdc90def8cca9a04ee6a86734d06fb.tar.zst
freebsd-ports-gnome-bd6038efb4bdc90def8cca9a04ee6a86734d06fb.zip
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
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