comparison src/proto/os_amiga.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 21b0a39d13ed
children 7f16792d15f7
comparison
equal deleted inserted replaced
10239:ebbc8d21105b 10240:175b1116f96a
34 int mch_screenmode(char_u *arg); 34 int mch_screenmode(char_u *arg);
35 int mch_get_shellsize(void); 35 int mch_get_shellsize(void);
36 void mch_set_shellsize(void); 36 void mch_set_shellsize(void);
37 void mch_new_shellsize(void); 37 void mch_new_shellsize(void);
38 int mch_call_shell(char_u *cmd, int options); 38 int mch_call_shell(char_u *cmd, int options);
39 void mch_breakcheck(void); 39 void mch_breakcheck(int force);
40 long Chk_Abort(void); 40 long Chk_Abort(void);
41 int mch_expandpath(garray_T *gap, char_u *pat, int flags); 41 int mch_expandpath(garray_T *gap, char_u *pat, int flags);
42 int mch_has_exp_wildcard(char_u *p); 42 int mch_has_exp_wildcard(char_u *p);
43 int mch_has_wildcard(char_u *p); 43 int mch_has_wildcard(char_u *p);
44 char_u *mch_getenv(char_u *var); 44 char_u *mch_getenv(char_u *var);