]> granicus.if.org Git - nethack/commit
win32tty changes
authornethack.allison <nethack.allison>
Sun, 5 Oct 2003 23:00:05 +0000 (23:00 +0000)
committernethack.allison <nethack.allison>
Sun, 5 Oct 2003 23:00:05 +0000 (23:00 +0000)
commitbc7085774903646bc1af8b74cd09f57899f964cd
tree42e7832c1f0a02ae6a4a98a24a235b418032a535
parent4775dd3cbf1033a8e8511a4dd41f7ad9cf1c9ffb
win32tty changes

1. Switch to low-level console routines for performance improvements.
2. Instead of moving the cursor around like a real tty, just track the
   destination coordinates of where the cursor should be, and
   defer the movement until user input is expected.

Credit to <Someone> for #2.
sys/share/pcmain.c
sys/share/pcsys.c
sys/share/pctty.c
sys/share/pcunix.c
sys/winnt/nttty.c
win/tty/topl.c
win/tty/wintty.c