mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
Add XT{PUSH,POP}COLORS support to Contour heuristic.
This commit is contained in:
parent
7eb51cb456
commit
d76316cc60
@ -839,6 +839,9 @@ apply_contour_heuristics(tinfo* ti, size_t* tablelen, size_t* tableused,
|
||||
if(add_smulx_escapes(ti, tablelen, tableused)){
|
||||
return NULL;
|
||||
}
|
||||
if(add_pushcolors_escapes(ti, tablelen, tableused)){
|
||||
return NULL;
|
||||
}
|
||||
ti->caps.quadrants = true;
|
||||
ti->caps.sextants = true;
|
||||
ti->caps.rgb = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user