Recompiled for arrow keys and -e. Notes: Mon Apr 11 16:48:10 EDT 2005 rsc I replaced the directory with a README pointing at Andrey's page. Reference: /n/sources/patch/applied/drawterm-win Date: Sat Apr 9 18:55:56 CES 2005 Reviewed-by: rsc Binary files drawterm-win.exe.orig and drawterm-win.exe differ --- /sys/src/cmd/unix/drawterm/screen-win.c Sat Apr 9 18:53:52 2005 +++ /sys/src/cmd/unix/drawterm/screen-win.c Sat Apr 9 18:53:51 2005 @@ -405,7 +405,7 @@ kbdputc(Kins); break; case VK_DELETE: - kbdputc(Kdel); + kbdputc(0x7F); break; case VK_UP: kbdputc(Kup);