mirror of
https://git.zap.org.au/git/trader.git
synced 2025-01-03 14:57:41 -05:00
Replace calls to wprintw() with waddstr() where appropriate
This commit is contained in:
parent
1995a6a7b0
commit
85e09ab4f2
@ -440,9 +440,9 @@ bool getanswer (WINDOW *win)
|
||||
curs_set(CURS_OFF);
|
||||
|
||||
if (key == 'Y') {
|
||||
wprintw(win, "Yes.");
|
||||
waddstr(win, "Yes.");
|
||||
} else {
|
||||
wprintw(win, "No.");
|
||||
waddstr(win, "No.");
|
||||
}
|
||||
|
||||
wrefresh(win);
|
||||
|
Loading…
Reference in New Issue
Block a user