Clean up code-comment about project todos
parent
87647d8851
commit
146d06845f
|
@ -101,12 +101,6 @@ data Config = Config
|
||||||
, c_termWidth :: Maybe Int
|
, 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
|
data State = State
|
||||||
{ s_config :: Config
|
{ s_config :: Config
|
||||||
, s_regions :: [ConsoleRegion]
|
, s_regions :: [ConsoleRegion]
|
||||||
|
|
Loading…
Reference in New Issue