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 /documentation/src | |
| parent | bca167d03afe0c86f3be7c260f2055dca3d1e29f (diff) | |
Fl_Terminal doc fixes, private->protected for utf8_char_at_*()
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/Fl_Terminal.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/Fl_Terminal.dox b/documentation/src/Fl_Terminal.dox index 01ba6fafb..92460f067 100644 --- a/documentation/src/Fl_Terminal.dox +++ b/documentation/src/Fl_Terminal.dox @@ -194,10 +194,10 @@ into the history, all without moving memory around. In fact the only time screen memory is moved around is during these infrequent operations: -- during scrolling "down" -- character insert/delete operations within a line -- changing the display size -- changing the history size +- during "scroll down" escape sequences, e.g. ESC[\#T +- character insert/delete operations within a line, e.g. ESC[\#@, ESC[\#P +- changing the display size e.g. Fl_Terminal::resize() +- changing the history size e.g. Fl_Terminal::history_lines() So a class "RingBuffer" is defined to manage the ring, and accessing its various parts, either as the entire entity ring, just the history, or just the display. |
