]> git.draconx.ca Git - rrace.git/commit
Don't use leaveok() in curses.
authorNick Bowler <nbowler@draconx.ca>
Wed, 8 Jun 2022 03:55:32 +0000 (23:55 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 8 Jun 2022 03:55:32 +0000 (23:55 -0400)
commit83cf6ab853216f8b7b61b484e851863d2904b573
tree37655eceef141f236072fbcd762253619120c73e
parente1ab265402d92623079f0259e7861b238773ee02
Don't use leaveok() in curses.

Hiding the cursor seems unreliable, so when curs_set doesn't actually
work I think it's better to keep the cursor in some innocuous location
rather than having it randomly move around in the game area.
src/curses.c