diff src/proto/terminal.pro @ 13878:a590029f16a0 v8.0.1810

patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode commit https://github.com/vim/vim/commit/56bc8e299cdae1b4606897749ef54a0161381a4a Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 10 18:05:56 2018 +0200 patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode Problem: Buffer of a terminal only updated in Terminal-Normal mode. Solution: Copy the terminal window content to the buffer when in Terminal-Job mode.
author Christian Brabandt <cb@256bit.org>
date Thu, 10 May 2018 18:15:06 +0200
parents 3edac4cd1c0a
children 81e8e6181aeb
line wrap: on
line diff
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -9,6 +9,7 @@ void write_to_term(buf_T *buffer, char_u
 int term_job_running(term_T *term);
 int term_none_open(term_T *term);
 int term_try_stop_job(buf_T *buf);
+int term_check_timers(int next_due_arg, proftime_T *now);
 int term_in_normal_mode(void);
 void term_enter_job_mode(void);
 int send_keys_to_term(term_T *term, int c, int typed);