summaryrefslogtreecommitdiffstats
path: root/src/proto/screen.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-27 22:52:43 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-27 22:52:43 +0100
commitd21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 (patch)
treeae70c3986ae73061897e71d01610ef1e63df868b /src/proto/screen.pro
parent944cc9ceba8868acd238264d4a3894803c566b37 (diff)
patch 8.2.5171: dependencies and proto files are outdatedv8.2.5171
Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
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 6d1993d2b5..0ee1b5efb0 100644
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -17,7 +17,7 @@ void win_redr_custom(win_T *wp, int draw_ruler);
void screen_putchar(int c, int row, int col, int attr);
void screen_getbytes(int row, int col, char_u *bytes, int *attrp);
void screen_puts(char_u *text, int row, int col, int attr);
-void screen_puts_len(char_u *text, int textlen, int row, int col, int attr);
+void screen_puts_len(char_u *text, int textlen, int row, int col, int attr_arg);
void start_search_hl(void);
void end_search_hl(void);
void screen_stop_highlight(void);