mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
setup_sixel_bitmaps(): update comment re DECSDM #2205
This commit is contained in:
parent
61c700aafc
commit
925fccbbc3
@ -43,9 +43,9 @@ get_default_geometry(tinfo* ti){
|
||||
ti->default_cols, ti->default_cols != 1 ? "s" : "");
|
||||
}
|
||||
|
||||
// we found Sixel support -- set up the API. invert80 refers to whether the
|
||||
// terminal implements DECSDM correctly (enabling it with \e[80l), or inverts
|
||||
// the meaning (*disabling* it with \e[80l)j
|
||||
// we found Sixel support -- set up its API. invert80 refers to whether the
|
||||
// terminal implements DECSDM correctly (enabling it with \e[?80h), or inverts
|
||||
// the meaning (*disabling* it with \e[?80h) (we always want it disabled).
|
||||
static inline void
|
||||
setup_sixel_bitmaps(tinfo* ti, int fd, bool invert80){
|
||||
if(invert80){
|
||||
|
Loading…
Reference in New Issue
Block a user