diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-20 14:55:27 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-20 14:55:27 -0400 |
| commit | ff3e1c13284ba25841e35eccf435a15f8d17b1b9 (patch) | |
| tree | 45cdd90c3ecf0d0ca576e9fbc983a8414b2d384d /builtins | |
| parent | e33aff908b77f43309e61634985c03551ab9cd10 (diff) | |
Move arg parsing to inline logic in main() function
Diffstat (limited to 'builtins')
| -rw-r--r-- | builtins/tomo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtins/tomo.h b/builtins/tomo.h index f0455ad1..bc8523df 100644 --- a/builtins/tomo.h +++ b/builtins/tomo.h @@ -29,4 +29,6 @@ #include "text.h" #include "types.h" +extern bool USE_COLOR; + // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
