From: Keith Vetter Date: Sat, 3 Jun 1995 02:54:18 +0000 (+0000) Subject: Better description of latest telnet changes X-Git-Tag: krb5-1.0-beta6~1863 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=474fedec4582d205989fbc5906b215232fe002ec;p=krb5.git Better description of latest telnet changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5939 dc483132-0cff-0310-8789-dd5450dbe970 --- 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.