summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-10-02 22:30:24 -0400
committerJames McCoy <jamessan@jamessan.com>2017-10-02 22:30:24 -0400
commit5bc201120b4e6f02145e6187e19f0f553a23eb78 (patch)
treea425ac5ceb87443b9ed0020a46397b971d5735f5 /include
parent8a64c7e7a4ee82f3006135c37dae0242ae48503d (diff)
Support reporting FocusIn/FocusOut events
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 81e8924..611e2a1 100644
--- a/include/vterm.h
+++ b/include/vterm.h
@@ -237,6 +237,8 @@ void vterm_state_set_palette_color(VTermState *state, int index, const VTermColo
void vterm_state_set_bold_highbright(VTermState *state, int bold_is_highbright);
int vterm_state_get_penattr(const VTermState *state, VTermAttr attr, VTermValue *val);
int vterm_state_set_termprop(VTermState *state, VTermProp prop, VTermValue *val);
+void vterm_state_focus_in(VTermState *state);
+void vterm_state_focus_out(VTermState *state);
const VTermLineInfo *vterm_state_get_lineinfo(const VTermState *state, int row);
// ------------