ladybird/Userland
Daniel Bertalan 53099b216c LibVT: Implement bright color support
Previously, we only used bright colors when the bold attribute was set.
We now have the option to set it via escape sequences. We also needed to
make the bold text behavior optional, as some color schemes do weird
things with it. For example, Solarized uses it for various shades of
gray, so bold green would turn into a light shade of gray.

The following new escape sequences are supported:
- `CSI 90;m` to `CSI 97;m`: set bright foreground color
- `CSI 100;m` to `CSI 107;m`: set bright background color
2021-06-04 09:02:43 +01:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications LibVT+Terminal: Add color scheme support 2021-06-04 09:02:43 +01:00
Demos Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
DevTools Profiler: Show the duration of the time interval chosen 2021-06-04 09:30:22 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Fixes undo feature from incorrect merge conflict resolution 2021-06-04 00:15:25 +02:00
Libraries LibVT: Implement bright color support 2021-06-04 09:02:43 +01:00
Services Taskbar: Allow creating menus for sub-categories 2021-06-04 09:38:25 +02:00
Shell Everywhere: Replace ctype.h to avoid narrowing conversions 2021-06-03 13:31:46 +02:00
Utilities Everywhere: Remove accidental '\n' from various outln() invocations 2021-06-03 22:50:21 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00