diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/windows/wintel/changelo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/windows/wintel/changelo b/src/windows/wintel/changelo index 48bbc6b0f..7552a212b 100644 --- a/src/windows/wintel/changelo +++ b/src/windows/wintel/changelo @@ -1,6 +1,10 @@ Fri Jun 2 10:51:31 1995 Keith Vetter (keithv@fusion.com) - Added cursor keys (in two modes) and ctrl-space: + Added cursor keys (in two modes) and ctrl-space: the arrow + keys get sent as escape sequences. The actual sequence depends + on the keypad mode which emacs exploits. + Also, ctrl-space now sends a null (for the emacs fans). + * emul.c: enabled calls to ScreenSetOption to change keyboard modes. * intern.c: enabled ScreenSetOption but in a limited fashion. * screen.c: cursor keys now get sent to the host machine. |
