Patch 8.0.1808 (after 8.0.1807)
Problem: Can't build without TGETENT.
Solution: Add #ifdef
Files: src/term.c
*** ../vim-8.0.1807/src/term.c 2018-05-10 14:11:47.360021533 +0200
--- src/term.c 2018-05-10 14:39:42.234558277 +0200
***************
*** 1544,1549 ****
--- 1544,1550 ----
};
#endif
+ #ifdef HAVE_TGETENT
static void
get_term_entries(int *height, int *width)
{
***************
*** 1642,1647 ****
--- 1643,1649 ----
PC = *p;
# endif
}
+ #endif
static void
report_term_error(char_u *error_msg, char_u *term)
*** ../vim-8.0.1807/src/version.c 2018-05-10 14:11:47.364021534 +0200
--- src/version.c 2018-05-10 14:40:24.058575698 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1808,
/**/
--
Life is a gift, living is an art. (Bram Moolenaar)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.