mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
ui_events: correct wrong argument order
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#include "nvim/func_attr.h"
|
#include "nvim/func_attr.h"
|
||||||
#include "nvim/ui.h"
|
#include "nvim/ui.h"
|
||||||
|
|
||||||
void resize(Integer rows, Integer columns)
|
void resize(Integer width, Integer height)
|
||||||
FUNC_API_SINCE(3);
|
FUNC_API_SINCE(3);
|
||||||
void clear(void)
|
void clear(void)
|
||||||
FUNC_API_SINCE(3);
|
FUNC_API_SINCE(3);
|
||||||
|
Reference in New Issue
Block a user