mirror of
https://github.com/neovim/neovim
synced 2025-07-27 08:52:10 +00:00
TUI: Do not disable BCE for builtin terminfos (#9443)
Remove this vestigial hack from #7624. Since5a0d0286ff
we blacklist BCE more surgically. And patch_terminfo_bugs() is the more appropriate place for that. ref5749ecaf22
ref #4210 #4421 #7035 #7337 #7381 #7425 #7618
This commit is contained in:
@ -137,9 +137,6 @@ unibi_term *terminfo_from_builtin(const char *term, char **termname)
|
|||||||
if (*termname == NULL) {
|
if (*termname == NULL) {
|
||||||
*termname = xstrdup("builtin_?");
|
*termname = xstrdup("builtin_?");
|
||||||
}
|
}
|
||||||
// Disable BCE by default (for built-in terminfos). #7624
|
|
||||||
// https://github.com/kovidgoyal/kitty/issues/160#issuecomment-346470545
|
|
||||||
unibi_set_bool(ut, unibi_back_color_erase, false);
|
|
||||||
return ut;
|
return ut;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user