refresh main screen only if necessary

This commit is contained in:
Andrzej Rybczak
2009-09-17 00:59:30 +00:00
parent ff84ba8d9d
commit 8109d26daf
5 changed files with 35 additions and 34 deletions

View File

@@ -466,6 +466,10 @@ namespace NCurses
///
void HighlightColor(Color color) { itsHighlightColor = color; }
/// @return state of highlighting
///
bool isHighlighted() { return highlightEnabled; }
/// Turns on/off highlighting
/// @param state state of hihglighting
///