]> granicus.if.org Git - nethack/commitdiff
curses - fix hero turning into # when selecting a count of items.
authorTangles <andyrthomson@gmail.com>
Sun, 27 May 2018 12:49:54 +0000 (22:49 +1000)
committernhmall <nhmall@nethack.org>
Sun, 2 Dec 2018 16:20:21 +0000 (11:20 -0500)
Why was that line in there anyway?

win/curses/cursmesg.c

index df45d07b8bb79d78625601b366f78e4aa87f4309..8b9199e2fede1d8dc29b9fdfe2625e676ed11684 100644 (file)
@@ -338,7 +338,6 @@ curses_count_window(const char *count_text)
         winy += messageh - 1;
 
         if (countwin == NULL) {
-            pline("#");
 #ifndef PDCURSES
             countwin = newwin(1, 25, winy, winx);
 #endif /* !PDCURSES */