From 2af7a74b7d85e6a1a732740cd87f948d370875aa Mon Sep 17 00:00:00 2001 From: Tangles Date: Sun, 27 May 2018 22:49:54 +1000 Subject: [PATCH] curses - fix hero turning into # when selecting a count of items. Why was that line in there anyway? --- win/curses/cursmesg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win/curses/cursmesg.c b/win/curses/cursmesg.c index df45d07b8..8b9199e2f 100644 --- a/win/curses/cursmesg.c +++ b/win/curses/cursmesg.c @@ -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 */ -- 2.40.0