comparison src/proto/channel.pro @ 11719:13ecb3e64399 v8.0.0742

patch 8.0.0742: terminal feature does not work on MS-Windows commit https://github.com/vim/vim/commit/8f84c3a8666cea04484ec93fa05386bf33f93f5a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 16:14:44 2017 +0200 patch 8.0.0742: terminal feature does not work on MS-Windows Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 16:15:04 +0200
parents ce434212d682
children c893d6c00497
comparison
equal deleted inserted replaced
11718:74f4fb97b581 11719:13ecb3e64399
53 int channel_get_timeout(channel_T *channel, ch_part_T part); 53 int channel_get_timeout(channel_T *channel, ch_part_T part);
54 void clear_job_options(jobopt_T *opt); 54 void clear_job_options(jobopt_T *opt);
55 void free_job_options(jobopt_T *opt); 55 void free_job_options(jobopt_T *opt);
56 int get_job_options(typval_T *tv, jobopt_T *opt, int supported); 56 int get_job_options(typval_T *tv, jobopt_T *opt, int supported);
57 channel_T *get_channel_arg(typval_T *tv, int check_open, int reading, ch_part_T part); 57 channel_T *get_channel_arg(typval_T *tv, int check_open, int reading, ch_part_T part);
58 job_T *job_alloc(void);
59 void job_cleanup(job_T *job);
58 void job_free_all(void); 60 void job_free_all(void);
59 int set_ref_in_job(int copyID); 61 int set_ref_in_job(int copyID);
60 void job_unref(job_T *job); 62 void job_unref(job_T *job);
61 int free_unused_jobs_contents(int copyID, int mask); 63 int free_unused_jobs_contents(int copyID, int mask);
62 void free_unused_jobs(int copyID, int mask); 64 void free_unused_jobs(int copyID, int mask);