commit | b13501f7dada4154fc7633d79989d1dab98ae99d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 22:32:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 22:32:56 2017 +0200 |
tree | 097de64eb33e7c336cd83b15491316256181950e | |
parent | d7d3cbedb3dc5c843724430539ad52ddafcefc93 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 9ea3d81..724e7c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 753, +/**/ 752, /**/ 751,