diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-12-05 18:32:15 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-12-05 18:34:17 +0100 |
| commit | 49dd9289b87b90cafb1b648d0746aca52675e2a9 (patch) | |
| tree | c45bdfc78c29781e1d6ad79b42ee1ec377c2c202 /fluid/alignment_panel.fl | |
| parent | 7a69c22bd71d3c191eb3598f1b4450907414a578 (diff) | |
#860: FLUID: Removes Group attributes from Fl_Terminal
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 95759d4a7..69e73da65 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -1577,13 +1577,13 @@ Function {make_shell_window()} {open Fl_Terminal shell_run_terminal { xywh {10 10 535 375} resizable code0 {shell_run_terminal->ansi(1);} - } {} + } Fl_Group {} {open xywh {10 395 535 25} } { Fl_Button {} { label Clear - callback {shell_run_terminal->append("\\e[2J\\e[H");} selected + callback {shell_run_terminal->append("\\033[2J\\033[H");} selected xywh {10 395 94 25} } Fl_Box {} { |
