Closed dtcooper closed 3 years ago
Describe the bug
As pictured below, the quantity is showing up screwy for large amounts for symbol EB.
EB
To Reproduce Set this in lots in ~/.ticker.yaml,
lots
~/.ticker.yaml
lots: - symbol: EB quantity: 100000 unit_cost: 2.27
Expected behavior Quantity shows up as 38;5;27m2274000.00 instead of 100000
38;5;27m2274000.00
100000
Screenshots
Environment (please complete the following information):
Additional context When I unset TERM, ie TERM="" ticker it works fine without colours.
TERM
TERM="" ticker
Thanks!
Fixed in latest release - added 3 additional digits of space
Describe the bug
As pictured below, the quantity is showing up screwy for large amounts for symbol
EB
.To Reproduce Set this in
lots
in~/.ticker.yaml
,Expected behavior Quantity shows up as
38;5;27m2274000.00
instead of100000
Screenshots
Environment (please complete the following information):
Additional context When I unset
TERM
, ieTERM="" ticker
it works fine without colours.Thanks!