refresh main screen only if necessary
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user