Patch 8.0.1610 (after 8.0.1609)
Problem: Cannot build without GUI.
Solution: Add #ifdef.
Files: src/terminal.c
*** ../vim-8.0.1609/src/terminal.c 2018-03-16 20:46:52.670189987 +0100
--- src/terminal.c 2018-03-16 21:33:00.018042423 +0100
***************
*** 2735,2740 ****
--- 2735,2741 ----
}
}
+ #if defined(FEAT_GUI)
static void
update_system_term(term_T *term)
{
***************
*** 2777,2782 ****
--- 2778,2784 ----
term->tl_dirty_row_end = 0;
update_cursor(term, TRUE);
}
+ #endif
/*
* Called to update a window that contains an active terminal.
*** ../vim-8.0.1609/src/version.c 2018-03-16 20:46:52.678189946 +0100
--- src/version.c 2018-03-16 21:34:10.849662419 +0100
***************
*** 768,769 ****
--- 768,771 ----
{ /* Add new patch number below this line */
+ /**/
+ 1610,
/**/
--
Far out in the uncharted backwaters of the unfashionable end of the
Western Spiral arm of the Galaxy lies a small unregarded yellow sun.
Orbiting this at a distance of roughly ninety-eight million miles is an
utterly insignificant little blue-green planet whose ape-descended life
forms are so amazingly primitive that they still think digital watches
are a pretty neat idea ...
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// 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.