mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
only use new kitty protocol with 0.21.3 #1900
This commit is contained in:
parent
0c21404564
commit
d3fa19e6d6
@ -508,7 +508,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, int fd,
|
||||
if(add_smulx_escapes(ti, tablelen, tableused)){
|
||||
return -1;
|
||||
}
|
||||
if(compare_versions(ti->termversion, "0.21.2") >= 0){
|
||||
if(compare_versions(ti->termversion, "0.21.3") >= 0){
|
||||
setup_kitty_bitmaps(ti, fd, KITTY_SELFREF);
|
||||
}else if(compare_versions(ti->termversion, "0.20.0") >= 0){
|
||||
setup_kitty_bitmaps(ti, fd, KITTY_ANIMATION);
|
||||
|
Loading…
Reference in New Issue
Block a user