]> granicus.if.org Git - nethack/commit
Completed map back buffer work and implemented map cursor blink.
authorBart House <bart@barthouse.com>
Fri, 16 Nov 2018 20:39:04 +0000 (12:39 -0800)
committerBart House <bart@barthouse.com>
Fri, 16 Nov 2018 20:39:04 +0000 (12:39 -0800)
commit52cbbdafae462e7416e52920bdb58722ce4799d8
tree0df0c5ae107d56b9ce5c87ac4623e62687706d07
parent3f4090ac3880ae0bce5b5834f8519a511856c6d6
Completed map back buffer work and implemented map cursor blink.

Map back buffer work is done eliminating all flickering caused by
clears of the front buffer during partial updates.

Implemented a cursor blink in both ascii and tile modes.

Fixed bug where we would lose fit to screen when entering rogue level.
win/win32/mhmap.c
win/win32/mhmap.h
win/win32/mswproc.c