comparison src/option.h @ 15746:c017195b121b v8.1.0880

patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty commit https://github.com/vim/vim/commit/c6ddce3f2cf6daa3a545405373b661f8a9bccad9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 12:47:03 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 13:00:08 +0100
parents a3e2e7948ee4
children 734b1928a5aa
comparison
equal deleted inserted replaced
15745:655ee4b0a5cc 15746:c017195b121b
832 #endif 832 #endif
833 EXTERN char_u *p_tenc; /* 'termencoding' */ 833 EXTERN char_u *p_tenc; /* 'termencoding' */
834 #ifdef FEAT_TERMGUICOLORS 834 #ifdef FEAT_TERMGUICOLORS
835 EXTERN int p_tgc; /* 'termguicolors' */ 835 EXTERN int p_tgc; /* 'termguicolors' */
836 #endif 836 #endif
837 #if defined(WIN3264) && defined(FEAT_TERMINAL)
838 EXTERN char_u *p_twt; // 'termwintype'
839 #endif
837 EXTERN int p_terse; /* 'terse' */ 840 EXTERN int p_terse; /* 'terse' */
838 EXTERN int p_ta; /* 'textauto' */ 841 EXTERN int p_ta; /* 'textauto' */
839 EXTERN int p_to; /* 'tildeop' */ 842 EXTERN int p_to; /* 'tildeop' */
840 EXTERN int p_timeout; /* 'timeout' */ 843 EXTERN int p_timeout; /* 'timeout' */
841 EXTERN long p_tm; /* 'timeoutlen' */ 844 EXTERN long p_tm; /* 'timeoutlen' */
1110 , WV_COLE 1113 , WV_COLE
1111 #endif 1114 #endif
1112 #ifdef FEAT_TERMINAL 1115 #ifdef FEAT_TERMINAL
1113 , WV_TWK 1116 , WV_TWK
1114 , WV_TWS 1117 , WV_TWS
1115 , WV_TMOD
1116 #endif 1118 #endif
1117 , WV_CRBIND 1119 , WV_CRBIND
1118 #ifdef FEAT_LINEBREAK 1120 #ifdef FEAT_LINEBREAK
1119 , WV_BRI 1121 , WV_BRI
1120 , WV_BRIOPT 1122 , WV_BRIOPT