1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix prototype of function "resizeterm" in fake ncurses interface

This commit is contained in:
Sébastien Helleu
2024-05-02 21:44:01 +02:00
parent 8f86f319ca
commit 06d10ad193
+1 -1
View File
@@ -131,7 +131,7 @@ extern int raw ();
extern int wcolor_set (WINDOW *win, short pair, void *opts);
extern void cur_term ();
extern int use_default_colors ();
extern int resizeterm ();
extern int resizeterm (int lines, int columns);
extern int getch ();
extern int wgetch (WINDOW *win);