Merge PR #71 from Mohammed Alyousef

This commit is contained in:
Albrecht Schlosser 2020-04-15 00:38:14 +02:00
commit 7ca708a445

View File

@ -478,9 +478,7 @@ public:
void highlight(int start, int end); void highlight(int start, int end);
/** /**
Returns the highlighted text. Returns a non-zero value if text has been highlighted, 0 otherwise.
When you are done with the text, free it using the free() function.
*/ */
int highlight() { return mHighlight.selected(); } int highlight() { return mHighlight.selected(); }