From 13526f04abd4e3474b309e54af7fc6b462cc2e2f Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 12 Mar 2024 13:18:54 -0700 Subject: Make Fl_Terminal selection_text() methods public As per Albrecht's request on fltk.coredev.. --- FL/Fl_Terminal.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl_Terminal.H') 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); -- cgit v1.2.3