Mercurial > vim
diff src/proto/screen.pro @ 6448:e13f8073c9f9 v7.4.553
updated for version 7.4.553
Problem: Various small issues.
Solution: Fix those issues.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 17 Dec 2014 14:36:14 +0100 |
parents | 8b7baf39a345 |
children | 21b0a39d13ed |
line wrap: on
line diff
--- a/src/proto/screen.pro +++ b/src/proto/screen.pro @@ -26,7 +26,7 @@ int get_keymap_str __ARGS((win_T *wp, ch 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));