mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.0.1808: can't build without TGETENT
Problem: Can't build without TGETENT. Solution: Add #ifdef
This commit is contained in:
parent
69e056915c
commit
9289df5ca9
@ -1544,6 +1544,7 @@ static char *(key_names[]) =
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_TGETENT
|
||||||
static void
|
static void
|
||||||
get_term_entries(int *height, int *width)
|
get_term_entries(int *height, int *width)
|
||||||
{
|
{
|
||||||
@ -1642,6 +1643,7 @@ get_term_entries(int *height, int *width)
|
|||||||
PC = *p;
|
PC = *p;
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
report_term_error(char_u *error_msg, char_u *term)
|
report_term_error(char_u *error_msg, char_u *term)
|
||||||
|
@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1808,
|
||||||
/**/
|
/**/
|
||||||
1807,
|
1807,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user