Files
fltk/src
Greg Ercolano 38fc08c15f Added clear(), some methods protected->public
New public methods:

    void clear(void);
    void clear(Fl_Color val);

old protected methods made public:

    void clear_screen(bool scroll_to_hist=true);      // ESC [ 2 J
    void clear_screen_home(bool scroll_to_hist=true); // ESC [ H ESC [ 2 J
    void cursor_home(void);                           // ESC [ 0 H

test/terminal modified to test these, and added separate tests
for both the API and ANSI code ways to do these ops.
2023-11-16 15:45:29 -08:00
..
2022-08-23 09:04:14 +02:00
2022-11-09 01:34:52 +01:00
2023-10-27 16:09:06 +02:00
2023-08-12 23:18:09 +02:00
2022-12-08 20:40:03 +01:00
2023-08-28 10:16:01 +02:00
2023-10-18 15:00:37 +02:00
2023-10-18 15:00:37 +02:00
2023-10-16 14:51:50 +02:00
2023-11-01 12:26:54 +01:00
2022-12-22 00:33:08 +01:00
2023-10-16 12:47:06 +02:00
2022-06-20 12:49:38 +02:00
2023-10-31 18:22:42 +01:00
2023-11-14 18:14:48 +01:00
2020-08-01 14:19:40 -07:00
2021-12-17 19:37:48 +01:00
2023-08-07 19:16:38 +02:00
2023-11-14 07:01:52 -08:00
2023-11-14 07:01:52 -08:00