From 6434d5d602344631cef2a75c015fa9e72035852d Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 3 Oct 2017 05:15:10 +0000 Subject: Added missing accessor for Fl_Text_Display's cursor_style() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12474 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Text_Display.H | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3