From 118bf55c38f6d21b6cfaf3299028cbb3c1ebc098 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 16 Dec 2022 10:48:32 -0800 Subject: Added backspace handling to simple terminal ansi() mode This addresses a comment from MoAlyousef in issue #577 on 12/15/2022 requesting backspace processing. --- FL/Fl_Simple_Terminal.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') diff --git a/FL/Fl_Simple_Terminal.H b/FL/Fl_Simple_Terminal.H index 158bf7d48..bee182bc4 100644 --- a/FL/Fl_Simple_Terminal.H +++ b/FL/Fl_Simple_Terminal.H @@ -187,6 +187,7 @@ protected: void enforce_history_lines(); void vscroll_cb2(Fl_Widget*, void*); static void vscroll_cb(Fl_Widget*, void*); + void backspace_buffer(unsigned int count); }; #endif -- cgit v1.2.3