summaryrefslogtreecommitdiffstats
path: root/src/proto/screen.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-12-17 14:36:14 +0100
committerBram Moolenaar <Bram@vim.org>2014-12-17 14:36:14 +0100
commitcaad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd (patch)
treee3e4c705d4d74258f06d4d3e93b75b48ab4a7da6 /src/proto/screen.pro
parente3faf44bef029d07f37a457bd0050653b628058f (diff)
updated for version 7.4.553v7.4.553
Problem: Various small issues. Solution: Fix those issues.
Diffstat (limited to 'src/proto/screen.pro')
-rw-r--r--src/proto/screen.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro
index 31f97d5444..a4df6269f2 100644
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -26,7 +26,7 @@ int get_keymap_str __ARGS((win_T *wp, char_u *buf, int len));
void screen_putchar __ARGS((int c, int row, int col, int attr));
void screen_getbytes __ARGS((int row, int col, char_u *bytes, int *attrp));
void screen_puts __ARGS((char_u *text, int row, int col, int attr));
-void screen_puts_len __ARGS((char_u *text, int len, int row, int col, int attr));
+void screen_puts_len __ARGS((char_u *text, int textlen, int row, int col, int attr));
void screen_stop_highlight __ARGS((void));
void reset_cterm_colors __ARGS((void));
void screen_draw_rectangle __ARGS((int row, int col, int height, int width, int invert));