aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2019-08-03 13:32:46 +0200
committerLukas Fürmetz <fuermetz@mailbox.org>2019-08-03 13:32:46 +0200
commitf09547567544d0ac8a618af8d5a17a10a31a6475 (patch)
tree4c74295dd07292cfdc89e5338bc97e8df7832df3 /vterm-module.h
parent13b732b11ce3dbb4f3194b1f23be98689ed3be51 (diff)
Add directory tracking via OSC callback
Solves #55
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vterm-module.h b/vterm-module.h
index ca0bcb5..6a6e792 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -56,7 +56,10 @@ typedef struct Term {
Cursor cursor;
char *title;
- bool is_title_changed;
+ bool title_changed;
+
+ char *directory;
+ bool directory_changed;
int width, height;