1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6UI *tui_start(void);
7CursorShape tui_cursor_decode_shape(const char *shape_str);
8#include "nvim/func_attr.h"
9