]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0753: no size reports to a job running in a terminal v8.0.0753
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 20:32:56 +0000 (22:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 20:32:56 +0000 (22:32 +0200)
commitb13501f7dada4154fc7633d79989d1dab98ae99d
tree097de64eb33e7c336cd83b15491316256181950e
parentd7d3cbedb3dc5c843724430539ad52ddafcefc93
patch 8.0.0753: no size reports to a job running in a terminal

Problem:    A job running in a terminal does not get notified of changes in
            the terminal size.
Solution:   Use ioctl() and SIGWINCH to report the terminal size.
src/os_unix.c
src/proto/os_unix.pro
src/terminal.c
src/version.c