commit | 5a1feb809191e236cadd2884a5f57ad26cd213a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 18:04:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 18:04:08 2017 +0200 |
tree | eabc8216a80701318a5b7a9596bc11d69c224c9b | |
parent | 825680f5f4ffed5d57fdb283dde5f0ad734605fc [diff] [blame] |
patch 8.0.0744: terminal window does not use a pty Problem: A terminal window uses pipes instead of a pty. Solution: Add pty support.
diff --git a/src/version.c b/src/version.c index da56b9a..31dc8d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 744, +/**/ 743, /**/ 742,