summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-22 16:14:44 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-22 16:14:44 +0200
commit8f84c3a8666cea04484ec93fa05386bf33f93f5a (patch)
treee1447dddb24427816eb179f8d74931a44ad68837 /src/proto
parent5f7e7bdcf865df67099c59013775d14c85358300 (diff)
downloadvim-git-8f84c3a8666cea04484ec93fa05386bf33f93f5a.tar.gz
patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742
Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/channel.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/channel.pro b/src/proto/channel.pro
index e576584c4..0727b8c5a 100644
--- a/src/proto/channel.pro
+++ b/src/proto/channel.pro
@@ -55,6 +55,8 @@ void clear_job_options(jobopt_T *opt);
void free_job_options(jobopt_T *opt);
int get_job_options(typval_T *tv, jobopt_T *opt, int supported);
channel_T *get_channel_arg(typval_T *tv, int check_open, int reading, ch_part_T part);
+job_T *job_alloc(void);
+void job_cleanup(job_T *job);
void job_free_all(void);
int set_ref_in_job(int copyID);
void job_unref(job_T *job);