mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
Fixes DECSDM interpretation for Contour.
This commit is contained in:
parent
e80c18e61f
commit
9f0a7bf095
@ -846,7 +846,7 @@ apply_contour_heuristics(tinfo* ti, size_t* tablelen, size_t* tableused,
|
||||
ti->caps.sextants = true;
|
||||
ti->caps.rgb = true;
|
||||
*forcesdm = true;
|
||||
*invertsixel = true;
|
||||
*invertsixel = false;
|
||||
return "Contour";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user