aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vis.h b/vis.h
index 72f6ec5..b9d6f14 100644
--- a/vis.h
+++ b/vis.h
@@ -16,7 +16,6 @@ typedef struct Win Win;
#include "ui.h"
#include "view.h"
#include "text-regex.h"
-#include "libutf.h"
#include "array.h"
#include "buffer.h"
@@ -1326,7 +1325,7 @@ VIS_EXPORT long vis_keys_codepoint(Vis *vis, const char *keys);
* .. note:: Guarantees that ``utf8`` is NUL terminated on success.
* @endrst
*/
-VIS_EXPORT bool vis_keys_utf8(Vis *vis, const char *keys, char utf8[static UTFmax+1]);
+VIS_EXPORT bool vis_keys_utf8(Vis *vis, const char *keys, char utf8[4+1]);
/**
* Process symbolic keys as if they were user originated input.
* @param vis The editor instance.