diff options
Diffstat (limited to 'FL/Fl_Text_Display.H')
| -rw-r--r-- | FL/Fl_Text_Display.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index 2f0a1528c..b86156583 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -208,6 +208,7 @@ public: void hide_cursor() { show_cursor(0); } void cursor_style(int style); + int cursor_style() const { return mCursorStyle; } /** Gets the text cursor color. |
