comparison src/proto/terminal.pro @ 19275:2142fb624658 v8.2.0196

patch 8.2.0196: blocking commands for a finished job in a popup window Commit: https://github.com/vim/vim/commit/d98c0b63abd7b0e61a383669474abe96044615af Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 2 15:25:16 2020 +0100 patch 8.2.0196: blocking commands for a finished job in a popup window Problem: Blocking commands for a finished job in a popup window. Solution: Do not block commands if the job has finished. Adjust test.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Feb 2020 15:30:04 +0100
parents ce8c47ed54e5
children 4ed106deb772
comparison
equal deleted inserted replaced
19274:ca1f1b78a0b4 19275:2142fb624658
17 int terminal_is_active(void); 17 int terminal_is_active(void);
18 cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg); 18 cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg);
19 int term_use_loop(void); 19 int term_use_loop(void);
20 void term_win_entered(void); 20 void term_win_entered(void);
21 int terminal_loop(int blocking); 21 int terminal_loop(int blocking);
22 int may_close_term_popup(void);
22 void term_channel_closed(channel_T *ch); 23 void term_channel_closed(channel_T *ch);
23 void term_check_channel_closed_recently(void); 24 void term_check_channel_closed_recently(void);
24 int term_do_update_window(win_T *wp); 25 int term_do_update_window(win_T *wp);
25 void term_update_window(win_T *wp); 26 void term_update_window(win_T *wp);
26 int term_is_finished(buf_T *buf); 27 int term_is_finished(buf_T *buf);