diff src/proto/terminal.pro @ 11836:f080b225a2a4 v8.0.0798

patch 8.0.0798: no highlighting in a terminal window with a finished job commit https://github.com/vim/vim/commit/63ecddab6d918214371ccaaeb10c118ae7c39d02 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 22:29:35 2017 +0200 patch 8.0.0798: no highlighting in a terminal window with a finished job Problem: No highlighting in a terminal window with a finished job. Solution: Highlight the text.
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 22:30:05 +0200
parents 0cfe4a07c2ad
children 1c65cad8b967
line wrap: on
line diff
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -5,6 +5,9 @@ void write_to_term(buf_T *buffer, char_u
 int terminal_loop(void);
 void term_channel_closed(channel_T *ch);
 int term_update_window(win_T *wp);
+int term_is_finished(buf_T *buf);
+void term_change_in_curbuf(void);
+int term_get_attr(buf_T *buf, linenr_T lnum, int col);
 char_u *term_get_status_text(term_T *term);
 int set_ref_in_term(int copyID);
 /* vim: set ft=c : */