mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
5fba815921
commit
9f19e8d29d
@ -137,9 +137,6 @@ unibi_term *terminfo_from_builtin(const char *term, char **termname)
|
||||
if (*termname == NULL) {
|
||||
*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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user