Clean up code-comment about project todos

master
Lennart Spitzner 2022-02-02 00:18:16 +00:00
parent 87647d8851
commit 146d06845f
1 changed files with 0 additions and 6 deletions

View File

@ -101,12 +101,6 @@ data Config = Config
, c_termWidth :: Maybe Int
}
-- config TODO:
-- - option to tee to file, or file-out + file-err
-- - parse sections?
-- - allow infix summaries?
-- - drop to "less" environment on error (interactive)
data State = State
{ s_config :: Config
, s_regions :: [ConsoleRegion]