mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #8291 from bfredl/ui_resize
ui_events: correct wrong argument order in resize event
This commit is contained in:
commit
be1448213c
@ -10,7 +10,7 @@
|
||||
#include "nvim/func_attr.h"
|
||||
#include "nvim/ui.h"
|
||||
|
||||
void resize(Integer rows, Integer columns)
|
||||
void resize(Integer width, Integer height)
|
||||
FUNC_API_SINCE(3);
|
||||
void clear(void)
|
||||
FUNC_API_SINCE(3);
|
||||
|
Loading…
Reference in New Issue
Block a user