diff options
author | pommicket <pommicket@gmail.com> | 2023-01-01 22:52:50 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-01 22:52:50 -0500 |
commit | e06b040fad63fe729de60781658778a0b008ca16 (patch) | |
tree | 60a6ad258d23022c6ac09b92abac1934fbfdf2c9 /ted.h | |
parent | a3e6a4914c92b4ce56940579b9e24568b9199344 (diff) |
finish rename
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ typedef struct { typedef struct { // NOTE: to add more options to ted, add fields here, - // and change the settings_<type> global constant in settings.h + // and change the settings_<type> global constant near the top of config.c SettingsContext context; u32 colors[COLOR_COUNT]; |