forked from aniani/vim
patch 8.0.0918: cannot get terminal window cursor shape or attributes
Problem: Cannot get terminal window cursor shape or attributes. Solution: Support cursor shape, attributes and color.
This commit is contained in:
@@ -120,7 +120,8 @@ typedef enum {
|
||||
VTERM_PROP_ICONNAME, /* string */
|
||||
VTERM_PROP_REVERSE, /* bool */
|
||||
VTERM_PROP_CURSORSHAPE, /* number */
|
||||
VTERM_PROP_MOUSE /* number */
|
||||
VTERM_PROP_MOUSE, /* number */
|
||||
VTERM_PROP_CURSORCOLOR /* string */
|
||||
} VTermProp;
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user