mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 03:51:15 -03:00
Color work
This commit is contained in:
@@ -530,8 +530,8 @@ static void s_set_color( screen_t *s, buffer_t *b, int c )
|
||||
s_writeb_buffer = b;
|
||||
|
||||
unsigned int uc = (unsigned int)c;
|
||||
set_color( highlight_get_color( uc & 0xffff, false ),
|
||||
highlight_get_color( (uc>>16)&0xffff, true ) );
|
||||
set_color( highlight_get_rgb_color( uc & 0xffff, false ),
|
||||
highlight_get_rgb_color( (uc>>16)&0xffff, true ) );
|
||||
|
||||
output_set_writer( writer_old );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user