diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-12-27 22:14:37 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-12-27 22:14:37 +0000 |
commit | 22152abe4a5fccdea3f83eede70e8c28045b5316 (patch) | |
tree | eda087d4658db384793a4e8aca8c633997be8b56 /editors | |
parent | 02193c8292450a147cf1345c18b9dfd7b7518199 (diff) | |
download | ports-22152abe4a5fccdea3f83eede70e8c28045b5316.tar.gz ports-22152abe4a5fccdea3f83eede70e8c28045b5316.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e3/files/patch-e3.asm | 13 |
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 |