cleanup: Remove unused functions and builtin termcaps

This commit is contained in:
Thiago de Arruda
2015-02-13 12:06:19 -03:00
parent d8f3458ec7
commit 419da839e0
3 changed files with 0 additions and 686 deletions

View File

@@ -163,17 +163,6 @@ int vim_is_xterm(char_u *name)
|| STRCMP(name, "builtin_xterm") == 0;
}
/*
* Return TRUE if "name" appears to be that of a terminal
* known to support the xterm-style mouse protocol.
* Relies on term_is_xterm having been set to its correct value.
*/
int use_xterm_like_mouse(char_u *name)
{
return name != NULL
&& (term_is_xterm || STRNICMP(name, "screen", 6) == 0);
}
/*
* Return non-zero when using an xterm mouse, according to 'ttymouse'.
* Return 1 for "xterm".