소스 검색

replacing clear()

Berk Geveci 24 년 전
부모
커밋
de452f3fef
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Source/CursesDialog/cmCursesStandardIncludes.h

+ 2 - 1
Source/CursesDialog/cmCursesStandardIncludes.h

@@ -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