esc character replacement

This commit is contained in:
Matthias Melcher 2023-11-15 13:06:50 +01:00
parent dd8ac4d557
commit 36bd2afef5
1 changed files with 1 additions and 1 deletions

View File

@ -3032,7 +3032,7 @@ Fl_Double_Window *shell_run_window=(Fl_Double_Window *)0;
Fl_Terminal *shell_run_terminal=(Fl_Terminal *)0;
static void cb_Clear(Fl_Button*, void*) {
shell_run_terminal->append("\e[2J\e[H");
shell_run_terminal->append("\033[2J\033[H");
}
Fl_Return_Button *shell_run_button=(Fl_Return_Button *)0;