comparison src/proto/term.pro @ 20450:d5d89c24eec7 v8.2.0779

patch 8.2.0779: tmode_T not used everywhere Commit: https://github.com/vim/vim/commit/f4e16ae041962555316a6953df30a45f4c45be6a Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 16:10:11 2020 +0200 patch 8.2.0779: tmode_T not used everywhere Problem: Tmode_T not used everywhere. Solution: Also use tmode_T for settmode().
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 16:15:04 +0200
parents 3d1de9093c01
children 68c206d3a251
comparison
equal deleted inserted replaced
20449:3f2560fc4bbc 20450:d5d89c24eec7
39 void limit_screen_size(void); 39 void limit_screen_size(void);
40 void win_new_shellsize(void); 40 void win_new_shellsize(void);
41 void shell_resized(void); 41 void shell_resized(void);
42 void shell_resized_check(void); 42 void shell_resized_check(void);
43 void set_shellsize(int width, int height, int mustset); 43 void set_shellsize(int width, int height, int mustset);
44 void settmode(int tmode); 44 void settmode(tmode_T tmode);
45 void starttermcap(void); 45 void starttermcap(void);
46 void stoptermcap(void); 46 void stoptermcap(void);
47 void may_req_termresponse(void); 47 void may_req_termresponse(void);
48 void may_req_ambiguous_char_width(void); 48 void may_req_ambiguous_char_width(void);
49 void may_req_bg_color(void); 49 void may_req_bg_color(void);