From af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 19 Mar 2024 15:09:14 +0100 Subject: Update dependencies, whitespace, and Fl_File_Chooser.cxx Rewrite src/Fl_File_Chooser.cxx from its .fl source file --- test/terminal.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/terminal.fl') 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(); -- cgit v1.2.3