diff options
author | pommicket <pommicket@gmail.com> | 2023-01-01 22:45:59 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-01 22:45:59 -0500 |
commit | a3e6a4914c92b4ce56940579b9e24568b9199344 (patch) | |
tree | 9255abcf6ea097e135d4449e28f3066e93d91566 /ted.h | |
parent | 8308d6fc53ee339a0b5cac4b9b837179c61efbaa (diff) |
rename options to settings
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 options_<type> global constant in config.c + // and change the settings_<type> global constant in settings.h SettingsContext context; u32 colors[COLOR_COUNT]; |