Adding proposed scrollback changes for sixel graphics ref. #30
This commit is contained in:
parent
fb8d6e378c
commit
426eca8f2e
5 changed files with 69 additions and 22 deletions
3
x.c
3
x.c
|
|
@ -2028,8 +2028,9 @@ xdrawcursor(int cx, int cy, Glyph g, int ox, int oy, Glyph og)
|
|||
g.bg = defaultrcs;
|
||||
} else {
|
||||
#if DYNAMIC_CURSOR_COLOR_PATCH
|
||||
unsigned int tmpcol = g.bg;
|
||||
g.bg = g.fg;
|
||||
g.fg = defaultbg;
|
||||
g.fg = tmpcol;
|
||||
#else
|
||||
g.fg = defaultbg;
|
||||
g.bg = defaultcs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue