summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/terminal.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 89a354175..bff83d24b 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -2735,6 +2735,7 @@ term_line2screenline(VTermScreen *screen, VTermPos *pos, int max_col)
}
}
+#if defined(FEAT_GUI)
static void
update_system_term(term_T *term)
{
@@ -2777,6 +2778,7 @@ update_system_term(term_T *term)
term->tl_dirty_row_end = 0;
update_cursor(term, TRUE);
}
+#endif
/*
* Called to update a window that contains an active terminal.
diff --git a/src/version.c b/src/version.c
index 5f4e2c8a7..eda2a8580 100644
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1610,
+/**/
1609,
/**/
1608,