mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 05:05:00 -07:00
terminfo_is_bsd_console: fallback to false
Ref: https://github.com/neovim/neovim/commit/ab7da4c53138768#r36200515
This commit is contained in:
parent
590082a58f
commit
fe927b84de
@ -47,9 +47,8 @@ bool terminfo_is_bsd_console(const char *term)
|
||||
// like cursor-shaping. Assume that TERM=xterm is degraded. #8644
|
||||
return strequal(term, "xterm") && !!os_getenv("XTERM_VERSION");
|
||||
# endif
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Loads a built-in terminfo db when we (unibilium) failed to load a terminfo
|
||||
|
Loading…
Reference in New Issue
Block a user