| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
vtcol fade --ms 1000 --frequency 10 --to solarized & dmesg
|
| |
|
|
|
|
|
| |
Introducing a simple type for RGB colors. That awkward string
representation for RawPalette got unwieldy quick.
|
| |
|
| |
|
|
|
|
|
| |
All operations are now exposed through wrappers that are member
functions of ``vtcol::Console``.
|
|
|
|
|
| |
A simplified version of the function used in std which aren’t
made public.
|
| |
|
|
Not really a satisfactorily clean split as of yet but it’s a
start. Error types have been changed from anyhow to io::Error in
``lib.rs`` so as to not force an error handling crate on
downstream users.
|