ui_events: correct wrong argument order

This commit is contained in:
Björn Linse
2018-04-17 19:08:55 +02:00
parent 7a13611ba2
commit c8189096e8

View File

@@ -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);