mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty
Problem: MS-Windows: inconsistent selection of winpty/conpty. Solution: Name option 'termwintype', use ++type argument and "term_pty" for term_start(). (Hirohito Higashi, closes #3915)
This commit is contained in:
@@ -834,6 +834,9 @@ EXTERN char_u *p_tenc; /* 'termencoding' */
|
||||
#ifdef FEAT_TERMGUICOLORS
|
||||
EXTERN int p_tgc; /* 'termguicolors' */
|
||||
#endif
|
||||
#if defined(WIN3264) && defined(FEAT_TERMINAL)
|
||||
EXTERN char_u *p_twt; // 'termwintype'
|
||||
#endif
|
||||
EXTERN int p_terse; /* 'terse' */
|
||||
EXTERN int p_ta; /* 'textauto' */
|
||||
EXTERN int p_to; /* 'tildeop' */
|
||||
@@ -1112,7 +1115,6 @@ enum
|
||||
#ifdef FEAT_TERMINAL
|
||||
, WV_TWK
|
||||
, WV_TWS
|
||||
, WV_TMOD
|
||||
#endif
|
||||
, WV_CRBIND
|
||||
#ifdef FEAT_LINEBREAK
|
||||
|
Reference in New Issue
Block a user