summaryrefslogtreecommitdiffstats
path: root/src/proto/screen.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-16 13:48:22 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-16 13:48:22 +0200
commitcb8bbe9bf3214d07580d6b43d6539416884153bd (patch)
tree60a96551f612f3f77e71aeb7fdde295c58e8b6f2 /src/proto/screen.pro
parent26e8558e74fc1701b57f092cc2c3dbf879cf1af3 (diff)
patch 8.0.0718: output of job in terminal is not displayedv8.0.0718
Problem: Output of job in terminal is not displayed. Solution: Connect the job output to the terminal.
Diffstat (limited to 'src/proto/screen.pro')
-rw-r--r--src/proto/screen.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro
index d98e34fd97..d560b7e50a 100644
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -16,6 +16,8 @@ void conceal_check_cursur_line(void);
void update_single_line(win_T *wp, linenr_T lnum);
void update_debug_sign(buf_T *buf, linenr_T lnum);
void updateWindow(win_T *wp);
+int screen_get_current_line_off(void);
+void screen_line(int row, int coloff, int endcol, int clear_width, int rlflag);
void rl_mirror(char_u *str);
void status_redraw_all(void);
void status_redraw_curbuf(void);