mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.0.0753: no size reports to a job running in a terminal
Problem: A job running in a terminal does not get notified of changes in the terminal size. Solution: Use ioctl() and SIGWINCH to report the terminal size.
This commit is contained in:
@@ -53,6 +53,7 @@ void mch_setmouse(int on);
|
||||
void check_mouse_termcode(void);
|
||||
int mch_screenmode(char_u *arg);
|
||||
int mch_get_shellsize(void);
|
||||
int mch_report_winsize(int fd, int rows, int cols);
|
||||
void mch_set_shellsize(void);
|
||||
void mch_new_shellsize(void);
|
||||
int mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc);
|
||||
|
Reference in New Issue
Block a user