mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 13:10:17 -06:00
replacing clear()
This commit is contained in:
@@ -30,7 +30,8 @@ inline void curses_move(unsigned int x, unsigned int y)
|
||||
|
||||
inline void curses_clear()
|
||||
{
|
||||
clear();
|
||||
erase();
|
||||
clearok(stdscr, TRUE);
|
||||
}
|
||||
|
||||
#undef move
|
||||
|
||||
Reference in New Issue
Block a user