replacing clear()
This commit is contained in:
parent
d42ded5b16
commit
de452f3fef
@ -30,7 +30,8 @@ inline void curses_move(unsigned int x, unsigned int y)
|
|||||||
|
|
||||||
inline void curses_clear()
|
inline void curses_clear()
|
||||||
{
|
{
|
||||||
clear();
|
erase();
|
||||||
|
clearok(stdscr, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef move
|
#undef move
|
||||||
|
Loading…
x
Reference in New Issue
Block a user