comparison src/proto/os_win32.pro @ 7975:7224f5e9c36a v7.4.1283

commit https://github.com/vim/vim/commit/942d6b22686858c9e72f8b8929df5c288170179c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 19:57:16 2016 +0100 patch 7.4.1283 Problem: The job feature isn't available on MS-Windows. Solution: Add the job feature. Fix argument of job_stop(). (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 20:00:05 +0100
parents 21b0a39d13ed
children 75e0831549f1
comparison
equal deleted inserted replaced
7974:fe554d117c7b 7975:7224f5e9c36a
38 int mch_get_shellsize(void); 38 int mch_get_shellsize(void);
39 void mch_set_shellsize(void); 39 void mch_set_shellsize(void);
40 void mch_new_shellsize(void); 40 void mch_new_shellsize(void);
41 void mch_set_winsize_now(void); 41 void mch_set_winsize_now(void);
42 int mch_call_shell(char_u *cmd, int options); 42 int mch_call_shell(char_u *cmd, int options);
43 void mch_start_job(char *cmd, job_T *job);
44 char *mch_job_status(job_T *job);
45 int mch_stop_job(job_T *job, char_u *how);
43 void mch_set_normal_colors(void); 46 void mch_set_normal_colors(void);
44 void mch_write(char_u *s, int len); 47 void mch_write(char_u *s, int len);
45 void mch_delay(long msec, int ignoreinput); 48 void mch_delay(long msec, int ignoreinput);
46 int mch_remove(char_u *name); 49 int mch_remove(char_u *name);
47 void mch_breakcheck(void); 50 void mch_breakcheck(void);