]> granicus.if.org Git - vim/commit
patch 8.1.0015: cursor color wrong when closing a terminal window v8.1.0015
authorBram Moolenaar <Bram@vim.org>
Mon, 21 May 2018 16:48:12 +0000 (18:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 May 2018 16:48:12 +0000 (18:48 +0200)
commit05af9a419198245f0810301ac9a3d59a9432ef21
tree8b9ef822244632edb2c3d6ca90fd15e1278eb7e2
parent6053f2d29a979ffed1fe01b0a2f28e23750530e9
patch 8.1.0015: cursor color wrong when closing a terminal window

Problem:    Cursor color wrong when closing a terminal window, ending up in
            another terminal window. (Dominique Pelle)
Solution:   Bail out of terminal_loop() when the buffer changes.
            (closes #2942)
src/terminal.c
src/version.c