summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-23 14:34:47 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-23 14:34:47 -0500
commit0c9d72c17ce23ebbf96ab18329fb5b4418f1e9a7 (patch)
tree0ad9b1b0786dea64882b977955a3f21c7c5c5dda /ted.h
parente023993681e8be6bfb138175838b3c7096b332af (diff)
various tag bugfixes
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 18c8d15..0b7445b 100644
--- a/ted.h
+++ b/ted.h
@@ -79,7 +79,6 @@ typedef struct {
u8 padding;
u8 scrolloff;
char build_default_command[256];
- char tags_filename[128];
// [i] = comma-separated string of file extensions for language i, or NULL for none
char *language_extensions[LANG_COUNT];
} Settings;
@@ -291,6 +290,7 @@ typedef struct Ted {
char home[TED_PATH_MAX];
char cwd[TED_PATH_MAX]; // current working directory
char build_dir[TED_PATH_MAX]; // directory where we run the build command
+ char tags_dir[TED_PATH_MAX]; // where we are reading tags from
bool nodes_used[TED_MAX_NODES];
Node nodes[TED_MAX_NODES];
bool buffers_used[TED_MAX_BUFFERS];