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/structs.h b/src/structs.h index 5a7f28b..44df356 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1705,6 +1705,7 @@ char_u jo_io_name_buf[4][NUMBUFLEN]; char_u *jo_io_name[4]; /* not allocated! */ int jo_io_buf[4]; + int jo_pty; int jo_modifiable[4]; int jo_message[4]; channel_T *jo_channel;