mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00

committed by
Thiago de Arruda

parent
1684bec635
commit
3cac32e49c
@@ -1,7 +1,6 @@
|
||||
#ifndef NEOVIM_CURSOR_SHAPE_H
|
||||
#define NEOVIM_CURSOR_SHAPE_H
|
||||
|
||||
#ifdef CURSOR_SHAPE
|
||||
/*
|
||||
* struct to store values from 'guicursor' and 'mouseshape'
|
||||
*/
|
||||
@@ -47,7 +46,6 @@ typedef struct cursor_entry {
|
||||
char *name; /* mode name (fixed) */
|
||||
char used_for; /* SHAPE_MOUSE and/or SHAPE_CURSOR */
|
||||
} cursorentry_T;
|
||||
#endif /* CURSOR_SHAPE */
|
||||
|
||||
char_u *parse_shape_opt(int what);
|
||||
int get_shape_idx(int mouse);
|
||||
|
Reference in New Issue
Block a user