summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-11-27 18:57:07 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-11-27 18:57:07 +0000
commit4ab1f0591757491479359809eb1e38d49eae2fdd (patch)
tree9a17e83097983ae41dc95495946b25bce8346447 /include
parent287c7ced417b6c0124ac19f84abe553812ce5991 (diff)
Recognise DECSCUSR request for vertical bar shape
Diffstat (limited to 'include')
-rw-r--r--include/vterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vterm.h b/include/vterm.h
index d9a48f2..249bdfe 100644
--- a/include/vterm.h
+++ b/include/vterm.h
@@ -121,6 +121,7 @@ typedef enum {
enum {
VTERM_PROP_CURSORSHAPE_BLOCK = 1,
VTERM_PROP_CURSORSHAPE_UNDERLINE,
+ VTERM_PROP_CURSORSHAPE_BAR_LEFT,
};
typedef void (*VTermMouseFunc)(int x, int y, int button, int pressed, int modifiers, void *data);