Remove a deprecated function.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
224fcbce78
commit
020fb5c0cb
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void output(const char *fmt, ...)
|
|||
|
||||
WINDOW * win = frame->getBuffer();
|
||||
|
||||
vwprintw(win, fmt, args);
|
||||
vw_printw(win, fmt, args);
|
||||
wrefresh(win);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue