forked from aniani/vim
patch 8.0.1610: cannot build without GUI
Problem: Cannot build without GUI. Solution: Add #ifdef.
This commit is contained in:
@@ -2735,6 +2735,7 @@ term_line2screenline(VTermScreen *screen, VTermPos *pos, int max_col)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(FEAT_GUI)
|
||||||
static void
|
static void
|
||||||
update_system_term(term_T *term)
|
update_system_term(term_T *term)
|
||||||
{
|
{
|
||||||
@@ -2777,6 +2778,7 @@ update_system_term(term_T *term)
|
|||||||
term->tl_dirty_row_end = 0;
|
term->tl_dirty_row_end = 0;
|
||||||
update_cursor(term, TRUE);
|
update_cursor(term, TRUE);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called to update a window that contains an active terminal.
|
* Called to update a window that contains an active terminal.
|
||||||
|
@@ -766,6 +766,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 */
|
||||||
|
/**/
|
||||||
|
1610,
|
||||||
/**/
|
/**/
|
||||||
1609,
|
1609,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user