Add some possible TODO items
This commit is contained in:
parent
333b6dbc27
commit
0276b1bfca
|
@ -7,6 +7,11 @@ import (
|
|||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
// TODO:
|
||||
// - bold of escaped output doesn't work.
|
||||
// - could use direct ANSI codes rather than aurora package.
|
||||
// - configurable colours.
|
||||
|
||||
type Display struct {
|
||||
a *aurora.Aurora
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue