mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
shadow: Draw a transparent shadow on the Linux console, too.
set ui.colors.color.dialog.shadow.text = "#555555" set ui.colors.color.dialog.shadow.background = "black" and enjoy!
This commit is contained in:
parent
2bcf3c8e6c
commit
21ed212b15
@ -628,7 +628,7 @@ add_char16(struct string *screen, struct screen_driver *driver,
|
||||
{
|
||||
unsigned char border = (ch->attr & SCREEN_ATTR_FRAME);
|
||||
unsigned char underline = (ch->attr & SCREEN_ATTR_UNDERLINE);
|
||||
unsigned char bold = (ch->attr & SCREEN_ATTR_BOLD);
|
||||
unsigned char bold = (ch->attr & SCREEN_ATTR_BOLD) | (ch->color[0] & 0x08);
|
||||
|
||||
if (
|
||||
#ifdef CONFIG_UTF8
|
||||
|
Loading…
x
Reference in New Issue
Block a user