summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesStandardIncludes.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-30 16:34:13 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-11-30 16:34:13 (GMT)
commitb64e2b83b048299aefa9239242f490a3e9e59986 (patch)
tree3f6c77ad5136e6f9b79231802048434661a563ad /Source/CursesDialog/cmCursesStandardIncludes.h
parent1499a4268d3038abf3947b1e8ec15b00e7f1d91c (diff)
downloadCMake-b64e2b83b048299aefa9239242f490a3e9e59986.zip
CMake-b64e2b83b048299aefa9239242f490a3e9e59986.tar.gz
CMake-b64e2b83b048299aefa9239242f490a3e9e59986.tar.bz2
Can non use clear because it is undef'ed.
Diffstat (limited to 'Source/CursesDialog/cmCursesStandardIncludes.h')
-rw-r--r--Source/CursesDialog/cmCursesStandardIncludes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h
index d993a60..a88546c 100644
--- a/Source/CursesDialog/cmCursesStandardIncludes.h
+++ b/Source/CursesDialog/cmCursesStandardIncludes.h
@@ -28,6 +28,11 @@ inline void curses_move(unsigned int x, unsigned int y)
move(x,y);
}
+inline void curses_clear()
+{
+ clear();
+}
+
#undef move
#undef erase
#undef clear