summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index d57c7c7..2e64755 100644
--- a/src/config.h
+++ b/src/config.h
@@ -17,6 +17,10 @@
#include "../imgui/imgui.h"
#include "../utf8.h"
+// Current session only.
+extern utf8_int8_t save_path[MAX_INPUT_LENGTH];
+
+// Stored in config.
extern utf8_int8_t path_buffer[MAX_INPUT_LENGTH];
extern utf8_int8_t filter_buffer[MAX_INPUT_LENGTH];
extern utf8_int8_t query_buffer[MAX_INPUT_LENGTH];