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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user