summaryrefslogtreecommitdiff
path: root/src/vte-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte-private.h')
-rw-r--r--src/vte-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vte-private.h b/src/vte-private.h
index 981bc79c..d2cc6a3d 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -363,6 +363,10 @@ struct _VteTerminalPrivate {
/* window name changes */
gchar *window_title_changed;
gchar *icon_title_changed;
+ gchar *current_directory_uri;
+ gchar *current_directory_uri_changed;
+ gchar *current_file_uri;
+ gchar *current_file_uri_changed;
/* Background images/"transparency". */
guint root_pixmap_changed_tag;