[st][PATCH] OSC 10/11/12 fg, bg and cursor colors
Support for OSC escape sequences 10, 11 and 12 to modify the bg, fg and cursor colors. I selected entries in the colorname table after the 255 position for defaultfg, defaultbg and defaultcs
This commit is contained in:
parent
24c9ea1e51
commit
bda5b50b99
3 changed files with 17 additions and 5 deletions
|
|
@ -187,8 +187,8 @@ unsigned int defaultbg = 258;
|
|||
#else
|
||||
unsigned int defaultbg = 0;
|
||||
#endif // ALPHA_PATCH
|
||||
static unsigned int defaultcs = 256;
|
||||
static unsigned int defaultrcs = 257;
|
||||
unsigned int defaultcs = 256;
|
||||
unsigned int defaultrcs = 257;
|
||||
|
||||
/*
|
||||
* Default shape of cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue