summaryrefslogtreecommitdiff
path: root/src/proto/screen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/screen.pro')
-rw-r--r--src/proto/screen.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro
index b5b6eec68..fd6a1fa92 100644
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -37,6 +37,7 @@ void windgoto __ARGS((int row, int col));
void setcursor __ARGS((void));
int win_ins_lines __ARGS((win_T *wp, int row, int line_count, int invalid, int mayclear));
int win_del_lines __ARGS((win_T *wp, int row, int line_count, int invalid, int mayclear));
+int screen_ins_lines __ARGS((int off, int row, int line_count, int end, win_T *wp));
int screen_del_lines __ARGS((int off, int row, int line_count, int end, int force, win_T *wp));
int showmode __ARGS((void));
void unshowmode __ARGS((int force));