Better description of latest telnet changes
authorKeith Vetter <keithv@fusion.com>
Sat, 3 Jun 1995 02:54:18 +0000 (02:54 +0000)
committerKeith Vetter <keithv@fusion.com>
Sat, 3 Jun 1995 02:54:18 +0000 (02:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5939 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/wintel/changelo

index 48bbc6b0f7419ddc9a6deaa3a9fb8f5e048202ea..7552a212b1241f33b4494ef600874a884d66bb34 100644 (file)
@@ -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.