forked from aniani/vim
patch 8.1.2169: terminal flags are never reset
Problem: Terminal flags are never reset. Solution: Reset the flags when setting 'term'.
This commit is contained in:
@@ -1957,6 +1957,8 @@ set_termname(char_u *term)
|
||||
#if defined(UNIX) || defined(VMS)
|
||||
term_is_xterm = vim_is_xterm(term);
|
||||
#endif
|
||||
is_not_xterm = FALSE;
|
||||
is_mac_terminal = FALSE;
|
||||
|
||||
#ifdef FEAT_MOUSE
|
||||
# if defined(UNIX) || defined(VMS)
|
||||
|
||||
Reference in New Issue
Block a user