diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Terminal.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Terminal.H b/FL/Fl_Terminal.H index ff1cb55c0..36dbf3673 100644 --- a/FL/Fl_Terminal.H +++ b/FL/Fl_Terminal.H @@ -944,9 +944,10 @@ protected: private: bool is_hist_ring_row(int grow) const; bool is_disp_ring_row(int grow) const; -protected: +public: int selection_text_len(void) const; const char* selection_text(void) const; +protected: void clear_mouse_selection(void); bool selection_extend(int X,int Y); void select_word(int grow, int gcol); |
