comparison src/proto/os_unix.pro @ 19131:1fe99999625c v8.2.0125

patch 8.2.0125: :mode no longer works for any system Commit: https://github.com/vim/vim/commit/3c71aec6966da0ebefc451ded4fbc43f426654f3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 17 19:32:20 2020 +0100 patch 8.2.0125: :mode no longer works for any system Problem: :mode no longer works for any system. Solution: Always give an error message.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jan 2020 19:45:04 +0100
parents 39b0c28fe495
children d4b2a8675b78
comparison
equal deleted inserted replaced
19130:d329cfe7de68 19131:1fe99999625c
52 void get_stty(void); 52 void get_stty(void);
53 int get_tty_info(int fd, ttyinfo_T *info); 53 int get_tty_info(int fd, ttyinfo_T *info);
54 void mch_setmouse(int on); 54 void mch_setmouse(int on);
55 void mch_bevalterm_changed(void); 55 void mch_bevalterm_changed(void);
56 void check_mouse_termcode(void); 56 void check_mouse_termcode(void);
57 int mch_screenmode(char_u *arg);
58 int mch_get_shellsize(void); 57 int mch_get_shellsize(void);
59 int mch_report_winsize(int fd, int rows, int cols); 58 int mch_report_winsize(int fd, int rows, int cols);
60 void mch_set_shellsize(void); 59 void mch_set_shellsize(void);
61 void mch_new_shellsize(void); 60 void mch_new_shellsize(void);
62 int unix_build_argv(char_u *cmd, char ***argvp, char_u **sh_tofree, char_u **shcf_tofree); 61 int unix_build_argv(char_u *cmd, char ***argvp, char_u **sh_tofree, char_u **shcf_tofree);