diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-11 22:04:49 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-11 22:04:49 +0100 |
| commit | 089f1d902c1f1c89b5b39fd3cf093313be3ebc7f (patch) | |
| tree | a0c9422d3b2c63416a22d712bc4784d1336c0bc9 /src/config.h | |
| parent | 8808c195069e4dcf44218ebf7ca481a4c695fb12 (diff) | |
quick save, show output file in title bar
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
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]; |
