summaryrefslogtreecommitdiff
path: root/src/proto/os_amiga.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-29 15:18:57 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-29 15:18:57 +0200
commitb9c31e71f5a4653a27e81c21226039bfa35b9131 (patch)
tree13ab81b2945c99ef6b8f256dac36c0ea4427e394 /src/proto/os_amiga.pro
parent177778575148e265c0e32ec2abf2d2c615f5ead5 (diff)
downloadvim-git-b9c31e71f5a4653a27e81c21226039bfa35b9131.tar.gz
patch 8.0.0018v8.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.
Diffstat (limited to 'src/proto/os_amiga.pro')
-rw-r--r--src/proto/os_amiga.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_amiga.pro b/src/proto/os_amiga.pro
index b1d0134b7..b781680a8 100644
--- a/src/proto/os_amiga.pro
+++ b/src/proto/os_amiga.pro
@@ -36,7 +36,7 @@ int mch_get_shellsize(void);
void mch_set_shellsize(void);
void mch_new_shellsize(void);
int mch_call_shell(char_u *cmd, int options);
-void mch_breakcheck(void);
+void mch_breakcheck(int force);
long Chk_Abort(void);
int mch_expandpath(garray_T *gap, char_u *pat, int flags);
int mch_has_exp_wildcard(char_u *p);