comparison src/structs.h @ 11723:1922710ee8fa v8.0.0744

patch 8.0.0744: terminal window does not use a pty commit https://github.com/vim/vim/commit/5a1feb809191e236cadd2884a5f57ad26cd213a3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 18:04:08 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 18:15:04 +0200
parents 2ec27561dd76
children 74abb6c84984
comparison
equal deleted inserted replaced
11722:68b9ac79648b 11723:1922710ee8fa
1703 1703
1704 job_io_T jo_io[4]; /* PART_OUT, PART_ERR, PART_IN */ 1704 job_io_T jo_io[4]; /* PART_OUT, PART_ERR, PART_IN */
1705 char_u jo_io_name_buf[4][NUMBUFLEN]; 1705 char_u jo_io_name_buf[4][NUMBUFLEN];
1706 char_u *jo_io_name[4]; /* not allocated! */ 1706 char_u *jo_io_name[4]; /* not allocated! */
1707 int jo_io_buf[4]; 1707 int jo_io_buf[4];
1708 int jo_pty;
1708 int jo_modifiable[4]; 1709 int jo_modifiable[4];
1709 int jo_message[4]; 1710 int jo_message[4];
1710 channel_T *jo_channel; 1711 channel_T *jo_channel;
1711 1712
1712 linenr_T jo_in_top; 1713 linenr_T jo_in_top;