From 2d55849bb1c6bf6664d73f2f9e5e0a9d6532ddd6 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 21 Oct 2003 12:14:12 +0000 Subject: [PATCH] win32 acknowledgement bit --- sys/winnt/nttty.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/winnt/nttty.c b/sys/winnt/nttty.c index 53a7b0b84..29ad6fd67 100644 --- a/sys/winnt/nttty.c +++ b/sys/winnt/nttty.c @@ -3,8 +3,11 @@ /* NetHack may be freely redistributed. See license for details. */ /* tty.c - (Windows NT) version */ + /* - * Initial Creation M. Allison 93/01/31 + * Initial Creation M. Allison 1993/01/31 + * Switch to low level console output routines M. Allison 2003/10/01 + * Restrict cursor movement until input pending M. Lehotay 2003/10/02 * */