summaryrefslogtreecommitdiff
path: root/test/terminal.fl
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-19 15:09:14 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-19 15:39:18 +0100
commitaf90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch)
tree8c768ffc47e08b5031110997b595e930e3e1a754 /test/terminal.fl
parent3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff)
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'test/terminal.fl')
-rw-r--r--test/terminal.fl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/terminal.fl b/test/terminal.fl
index 26e6f6687..379520291 100644
--- a/test/terminal.fl
+++ b/test/terminal.fl
@@ -1849,7 +1849,7 @@ Can be decimal (e.g. 12) or hex (e.g. \#0c, \#0000000c, etc)} xywh {521 175 77 2
MenuItem {} {
label {White on DarkAmber (XTERM)}
callback {G_tty->color(0x30200000); // amber widget bg color
-G_tty->textfgcolor_xterm(7); // XTERM_WHITE (influenced by Dim/Bold)
+G_tty->textfgcolor_xterm(7); // XTERM_WHITE (influenced by Dim/Bold)
G_tty->textbgcolor(0xffffffff); // "see through" color
update_inputs();
@@ -1860,7 +1860,7 @@ add_lines(5);
}
MenuItem {} {
label {White on Black (XTERM)}
- callback {G_tty->textfgcolor_xterm(7); // XTERM WHITE (influenced by Dim/Bold)
+ callback {G_tty->textfgcolor_xterm(7); // XTERM WHITE (influenced by Dim/Bold)
G_tty->textbgcolor(0xffffffff);
G_tty->color(0x00000000);
update_inputs();