Problem: MS-Windows: Compile warning for unused variable
(after v9.2.0160)
Solution: Add ifdef HAVE_TGETENT (John Marriott).
related: #19676
Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
{(int)KS_NAME, NULL} // end marker
};
+#ifdef HAVE_TGETENT
/*
* Additions for enabling/disabling synchronized output mode for terminal.
*/
{(int)KS_ESU, "\033[?2026l"},
{(int)KS_NAME, NULL} // end marker
};
+#endif
/*
* List of DECRQM modes that Vim supports
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 163,
/**/
162,
/**/