Greg Ercolano 58a1496389 Fixed Fl_Terminal xterm color 39/49 handling, and other mods.
Fixed a bug in the handling of xterm color 39 + 49, which avoids
applying Dim/Bold if default color is the special "see through" color
0xffffff00. A test will be added to test/terminal to excercise this
in a follow up commit.

Renamed CharStyle::?gcolor_uchar() -> CharStyle::?gcolor_xterm()
for a consistent naming convention.

Changed fltk_fg_color() from a static func to a CharStyle method
because it needs to access the defaultcolor for the special cases
for xterm colors 39 and 49.

Made CharStyle::attr_color() private, as per Jonathan Griffitts request
in issue #909.

Improved docs regarding effects of Dim/Bold for xterm and non-xterm color
methods.

Fl_Terminal::text?gcolor_xterm() methods now use CharStyle::?gcolor_xterm()
methods, removing the duplicate code logic.
2024-02-16 13:10:06 -08:00
..
2024-01-06 17:56:04 +01:00
2023-02-02 19:14:14 +01:00
2024-02-07 18:37:34 +01:00
2022-08-23 09:04:14 +02:00
2024-02-07 18:37:34 +01:00
2024-02-07 18:37:34 +01:00
2023-01-20 16:20:01 +01:00
2024-02-07 18:37:34 +01:00
2020-07-06 20:28:20 +02:00
2023-12-12 11:58:00 +01:00
2023-08-29 22:50:12 +02:00
2022-08-29 12:15:32 +02:00
2024-02-07 18:37:34 +01:00
x.H
2020-07-06 20:28:20 +02:00

All FLTK header files are in the FL subdirectory of the fltk.framework.
Image header files are located in "fltk.framework/Headers/FL/images/".