Files
fltk/src
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
..
2022-08-23 09:04:14 +02:00
2024-02-07 18:37:34 +01:00
2023-12-15 20:03:35 +01:00
2023-08-28 10:16:01 +02:00
2023-10-18 15:00:37 +02:00
2023-10-16 14:51:50 +02:00
2022-12-22 00:33:08 +01:00
2023-12-23 20:05:48 +01:00
2023-10-16 12:47:06 +02:00
2024-01-10 21:32:02 -08:00
2024-01-10 21:32:02 -08:00
2024-02-07 18:37:34 +01:00
2020-08-01 14:19:40 -07:00
2021-12-17 19:37:48 +01:00
2023-08-07 19:16:38 +02:00
2024-01-15 14:52:58 -08:00