diff options
| author | Greg Ercolano <erco@seriss.com> | 2025-05-09 09:29:10 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2025-05-09 09:29:10 -0700 |
| commit | f8a7e299b03365a5526f787f7e5504cd09ec83e0 (patch) | |
| tree | 5fccf24994011508f0220a64f0b0dd07b13744c7 /FL/Fl_Terminal.H | |
| parent | bca167d03afe0c86f3be7c260f2055dca3d1e29f (diff) | |
Fl_Terminal doc fixes, private->protected for utf8_char_at_*()
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); |
