mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1126: build failure with +terminal but without tgetent
Problem: Build failure with +terminal but without tgetent. Solution: Adjust #ifdef.
This commit is contained in:
5
src/ui.c
5
src/ui.c
@@ -628,8 +628,9 @@ ui_new_shellsize(void)
|
||||
}
|
||||
|
||||
#if (defined(FEAT_EVAL) \
|
||||
&& (defined(FEAT_GUI) \
|
||||
|| (defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)))) \
|
||||
&& (defined(FEAT_GUI) \
|
||||
|| (defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)))) \
|
||||
|| defined(FEAT_TERMINAL) \
|
||||
|| defined(PROTO)
|
||||
/*
|
||||
* Get the window position in pixels, if possible.
|
||||
|
Reference in New Issue
Block a user