diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
| commit | dd8ac4d55755175ead0fa10a958a219d299948ae (patch) | |
| tree | c47a8844b416f9929b9e480a94df043ea4cdb296 /fluid/alignment_panel.fl | |
| parent | dd1c2fc843c4365628a6190fbebdae2ee92b2422 (diff) | |
FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 66335f095..95759d4a7 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -1565,36 +1565,6 @@ settings_window->hide();} } } } - Fl_Window {} {open - xywh {646 417 480 320} type Double visible - } { - Fl_Grid {} {open - xywh {25 25 240 160} - dimensions {3 3} - } { - Fl_Button {} { - label Button - xywh {25 25 80 66} - parent_properties { - location {0 0} - } - } - Fl_Light_Button {} { - label Button - xywh {105 25 80 66} - parent_properties { - location {0 1} - } - } - Fl_Button {} { - label Button selected - xywh {185 25 80 66} - parent_properties { - location {0 2} - } - } - } - } code {w_settings_tabs->do_callback(w_settings_tabs, LOAD);} {} } @@ -1604,16 +1574,16 @@ Function {make_shell_window()} {open label {Shell Command Output} open xywh {769 585 555 430} type Double align 80 resizable visible } { - Fl_Simple_Terminal shell_run_terminal { + 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->clear();} + callback {shell_run_terminal->append("\\e[2J\\e[H");} selected xywh {10 395 94 25} } Fl_Box {} { |
