summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-15 16:45:47 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-15 16:46:10 +0100
commited7c2f1464346c386825b6ef76a507f481604024 (patch)
treee9e7b098f73aa814ff66320e81c9b15c3c5a26d3 /test
parent4e1f2e75689a492746570f61ff9bbb1a826c2c0c (diff)
Fixes test/terminal box type
Diffstat (limited to 'test')
-rw-r--r--test/terminal.fl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/terminal.fl b/test/terminal.fl
index ea07e877d..a9d1aa7b8 100644
--- a/test/terminal.fl
+++ b/test/terminal.fl
@@ -1503,7 +1503,7 @@ switch ( G_tty->box() ) {
Fl_Window win {
label {Fl_Terminal Test}
callback {exit(0);} open
- xywh {626 129 857 838} type Double visible
+ xywh {437 156 857 838} type Double visible
} {
Fl_Spinner scrollhistory_input {
label {Scroll History}
@@ -1948,7 +1948,7 @@ Hit ENTER to run command.
The command's stdout will appear in terminal.} xywh {109 269 737 25} labelsize 12 when 12 textfont 4
}
Fl_Terminal tty {selected
- xywh {10 302 836 524}
+ xywh {10 302 836 524} box DOWN_BOX
class MyTerminal
}
}