]> granicus.if.org Git - vim/commit
patch 8.0.0739: terminal resizing doesn't work well. v8.0.0739
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Jul 2017 21:04:46 +0000 (23:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Jul 2017 21:04:46 +0000 (23:04 +0200)
commit58556cd0e592cba75bf60310d822a20e41f6b02e
tree92803e43d4dced0c306687f3f3f369e3d89cb75d
parente825d8b0a4173871272b723f1c1f5b95ee981067
patch 8.0.0739: terminal resizing doesn't work well.

Problem:    Terminal resizing doesn't work well.
Solution:   Resize the terminal to the Vim window and the other way around.
            Avoid mapping typed keys.  Set the environment properly.
src/os_unix.c
src/structs.h
src/terminal.c
src/version.c