summaryrefslogtreecommitdiff
path: root/tags.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-04 23:36:33 -0500
committerpommicket <pommicket@gmail.com>2023-01-04 23:36:50 -0500
commit8d1770423470d6f6384e258b9e27056a6dda8a04 (patch)
treed72b0298bfe928c4327401c34109c50b3d0e2125 /tags.c
parentd7cd9edb84d9403eca0d4caae68815c12c560164 (diff)
finished documenting ted.h
Diffstat (limited to 'tags.c')
-rw-r--r--tags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.c b/tags.c
index da974b9..6dd20d3 100644
--- a/tags.c
+++ b/tags.c
@@ -374,7 +374,7 @@ SymbolInfo *tags_get_symbols(Ted *ted) {
if (!file) return NULL;
SymbolInfo *infos = NULL;
- u32 color = ted_color(ted, COLOR_TEXT);
+ u32 color = ted_active_color(ted, COLOR_TEXT);
if (file) {
char line[1024];
while (fgets(line, sizeof line, file)) {