summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2024-03-12 13:18:54 -0700
committerGreg Ercolano <erco@seriss.com>2024-03-12 13:18:54 -0700
commit13526f04abd4e3474b309e54af7fc6b462cc2e2f (patch)
treec5af7dbb701056a5f5823e5347e5c0e04dbaa942 /FL
parentaa02a0297bed652ed4b8df4bd6e2dd1c1dc7c160 (diff)
Make Fl_Terminal selection_text() methods public
As per Albrecht's request on fltk.coredev..
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Terminal.H3
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);