mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
0bf09cf945
PR: 24058 Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
14 lines
393 B
NASM
14 lines
393 B
NASM
--- e3.asm Wed Jan 3 14:21:19 2001
|
|
+++ e3.asm.new Wed Jan 3 14:21:47 2001
|
|
@@ -3620,8 +3620,8 @@
|
|
dw KeyVICmdI -_start ;33h
|
|
dw KeyVICmdR -_start ;34h
|
|
dw KeyVICmdd -_start ;35h
|
|
- dw KeyHalfPgDn -_start ;36h
|
|
- dw KeyHalfPgUp -_start ;37h
|
|
+ dw KeyHalfPgDn -_start ;37h
|
|
+ dw KeyHalfPgUp -_start ;36h
|
|
dw KeyVI1Char -_start ;38h
|
|
dw KeyVIfsearch -_start ;39h
|
|
dw KeyVIbsearch -_start ;3Ah
|