patch 9.2.0163: MS-Windows: Compile warning for unused variable

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>
This commit is contained in:
John Marriott
2026-03-14 17:05:52 +00:00
committed by Christian Brabandt
parent 81d5329ace
commit 09af51afbe
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -675,6 +675,7 @@ static tcap_entry_T builtin_kitty[] = {
{(int)KS_NAME, NULL} // end marker
};
#ifdef HAVE_TGETENT
/*
* Additions for enabling/disabling synchronized output mode for terminal.
*/
@@ -683,6 +684,7 @@ static tcap_entry_T builtin_sync_output[] = {
{(int)KS_ESU, "\033[?2026l"},
{(int)KS_NAME, NULL} // end marker
};
#endif
/*
* List of DECRQM modes that Vim supports
+2
View File
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
163,
/**/
162,
/**/