diff options
Diffstat (limited to 'FL/Fl_Terminal.H')
| -rw-r--r-- | FL/Fl_Terminal.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Terminal.H b/FL/Fl_Terminal.H index 6ab67be29..7752ece28 100644 --- a/FL/Fl_Terminal.H +++ b/FL/Fl_Terminal.H @@ -1012,8 +1012,10 @@ private: void display_modified(void); void display_modified_clear(void); void clear_char_at_disp(int drow, int dcol); +protected: const Utf8Char* utf8_char_at_disp(int drow, int dcol) const; const Utf8Char* utf8_char_at_glob(int grow, int gcol) const; +private: void repeat_char(char c, int rep); void utf8_cache_clear(void); void utf8_cache_flush(void); |
