comparison src/term.c @ 18350:b1796f1b28fa v8.1.2169

patch 8.1.2169: terminal flags are never reset Commit: https://github.com/vim/vim/commit/3cea8a9a51c7b26a01a75dc29d9d8a621fc70b57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 17 21:55:24 2019 +0200 patch 8.1.2169: terminal flags are never reset Problem: Terminal flags are never reset. Solution: Reset the flags when setting 'term'.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 22:00:03 +0200
parents 506bf60a30a0
children 94e1a49b879e
comparison
equal deleted inserted replaced
18349:3d40532727b8 18350:b1796f1b28fa
1955 } 1955 }
1956 1956
1957 #if defined(UNIX) || defined(VMS) 1957 #if defined(UNIX) || defined(VMS)
1958 term_is_xterm = vim_is_xterm(term); 1958 term_is_xterm = vim_is_xterm(term);
1959 #endif 1959 #endif
1960 is_not_xterm = FALSE;
1961 is_mac_terminal = FALSE;
1960 1962
1961 #ifdef FEAT_MOUSE 1963 #ifdef FEAT_MOUSE
1962 # if defined(UNIX) || defined(VMS) 1964 # if defined(UNIX) || defined(VMS)
1963 # ifdef FEAT_MOUSE_TTY 1965 # ifdef FEAT_MOUSE_TTY
1964 /* 1966 /*