comparison src/proto/os_unix.pro @ 10240:175b1116f96a v8.0.0018

commit https://github.com/vim/vim/commit/b9c31e71f5a4653a27e81c21226039bfa35b9131 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 29 15:18:57 2016 +0200 patch 8.0.0018 Problem: When using ":sleep" channel input is not handled. Solution: When there is a channel check for input also when not in raw mode. Check every 100 msec.
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Sep 2016 15:30:05 +0200
parents d44ff1525ff0
children c5c15c818bda
comparison
equal deleted inserted replaced
10239:ebbc8d21105b 10240:175b1116f96a
59 int mch_call_shell(char_u *cmd, int options); 59 int mch_call_shell(char_u *cmd, int options);
60 void mch_start_job(char **argv, job_T *job, jobopt_T *options); 60 void mch_start_job(char **argv, job_T *job, jobopt_T *options);
61 char *mch_job_status(job_T *job); 61 char *mch_job_status(job_T *job);
62 int mch_stop_job(job_T *job, char_u *how); 62 int mch_stop_job(job_T *job, char_u *how);
63 void mch_clear_job(job_T *job); 63 void mch_clear_job(job_T *job);
64 void mch_breakcheck(void); 64 void mch_breakcheck(int force);
65 int mch_expandpath(garray_T *gap, char_u *path, int flags); 65 int mch_expandpath(garray_T *gap, char_u *path, int flags);
66 int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags); 66 int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags);
67 int mch_has_exp_wildcard(char_u *p); 67 int mch_has_exp_wildcard(char_u *p);
68 int mch_has_wildcard(char_u *p); 68 int mch_has_wildcard(char_u *p);
69 int mch_rename(const char *src, const char *dest); 69 int mch_rename(const char *src, const char *dest);