]> granicus.if.org Git - nethack/commit
Implemented a fix to the lag problems that are occuring with the Win32
authorBart House <bhouse@ntdev.microsoft.com>
Sun, 6 May 2018 08:13:30 +0000 (01:13 -0700)
committerBart House <bart@barthouse.com>
Sun, 6 May 2018 22:09:10 +0000 (15:09 -0700)
commit4b922f3e8b77b731e6735bca2fedbb8caa3fc2a8
treec137d2ecc676aab505775904e65653619ead21d2
parent4e5c41401fbe4ff1ccdc6989b4701ee7f093ee7c
Implemented a fix to the lag problems that are occuring with the Win32
console port.  The fix implements a console back buffer which
significantly reduces the number of calls made to WriteConsoleOutputXXX
and eliminates the lag users have been experiencing.
sys/winnt/nttty.c