summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2023-08-06 15:59:56 -0400
committerJames McCoy <jamessan@debian.org>2023-08-06 15:59:56 -0400
commit199575c9b3aeb8099e8d439a0c88c853f26b48d9 (patch)
tree6ca40bc2f26094dbd98e72ca88df4c63f0cef83c /include
parent9f8764749af72ca1e316927b3dcb049084e52ed1 (diff)
New upstream version 0.3.3
Diffstat (limited to 'include')
-rw-r--r--include/vterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vterm.h b/include/vterm.h
index c0f0087..44e1502 100644
--- a/include/vterm.h
+++ b/include/vterm.h
@@ -13,6 +13,7 @@ extern "C" {
#define VTERM_VERSION_MAJOR 0
#define VTERM_VERSION_MINOR 3
+#define VTERM_VERSION_PATCH 3
#define VTERM_CHECK_VERSION \
vterm_check_version(VTERM_VERSION_MAJOR, VTERM_VERSION_MINOR)
@@ -258,6 +259,7 @@ typedef enum {
VTERM_PROP_REVERSE, // bool
VTERM_PROP_CURSORSHAPE, // number
VTERM_PROP_MOUSE, // number
+ VTERM_PROP_FOCUSREPORT, // bool
VTERM_N_PROPS
} VTermProp;