]> granicus.if.org Git - vim/commit
patch 8.2.0773: switching to raw mode every time ":" is used v8.2.0773
authorBram Moolenaar <Bram@vim.org>
Sat, 16 May 2020 21:15:08 +0000 (23:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 May 2020 21:15:08 +0000 (23:15 +0200)
commit3b1f18f785f67c6cd110498c366e4d0c0fe11f27
treeda0f950520c6e802bae80dda08a517b402a358da
parentdf671b4629a0c6451c067cafd2534b7261f41277
patch 8.2.0773: switching to raw mode every time ":" is used

Problem:    Switching to raw mode every time ":" is used.
Solution:   When executing a shell set cur_tmode to TMODE_UNKNOWN, so that the
            next time TMODE_RAW is used it is set, but not every time.
src/os_amiga.c
src/os_unix.c
src/os_win32.c
src/term.c
src/term.h
src/version.c