comparison src/proto/os_amiga.pro @ 21927:88070e222e82 v8.2.1513

patch 8.2.1513: cannot interrupt shell used for filename expansion Commit: https://github.com/vim/vim/commit/0981c8729e09551f2e8e6c159bc29f2c1d04019c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 23 14:28:37 2020 +0200 patch 8.2.1513: cannot interrupt shell used for filename expansion Problem: Cannot interrupt shell used for filename expansion. (Dominique Pell?) Solution: Do set tmode in mch_delay(). (closes #6770)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Aug 2020 14:30:05 +0200
parents d4b2a8675b78
children
comparison
equal deleted inserted replaced
21926:ec5898bccf08 21927:88070e222e82
3 void win_resize_off(void); 3 void win_resize_off(void);
4 void mch_write(char_u *p, int len); 4 void mch_write(char_u *p, int len);
5 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt); 5 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt);
6 int mch_char_avail(void); 6 int mch_char_avail(void);
7 long_u mch_avail_mem(int special); 7 long_u mch_avail_mem(int special);
8 void mch_delay(long msec, int ignoreinput); 8 void mch_delay(long msec, int flags);
9 void mch_suspend(void); 9 void mch_suspend(void);
10 void mch_init(void); 10 void mch_init(void);
11 int mch_check_win(int argc, char **argv); 11 int mch_check_win(int argc, char **argv);
12 int mch_input_isatty(void); 12 int mch_input_isatty(void);
13 void fname_case(char_u *name, int len); 13 void fname_case(char_u *name, int len);