commit | 7c9aec4ac86ccc455c0859d9393253141e3f77b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 13:51:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 13:51:25 2017 +0200 |
tree | e03624a977c4f3d9b040a866356dbc8245036603 | |
parent | d8dc1799377027be622d8571545658b20042e92e [diff] [blame] |
patch 8.0.0846: cannot get the name of the pty of a job Problem: Cannot get the name of the pty of a job. Solution: Add the "tty" entry to the job info. (Ozaki Kiichi, closes #1920) Add the term_gettty() function.
diff --git a/src/version.c b/src/version.c index 3711461..9eb8b1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 846, +/**/ 845, /**/ 844,