Right now my 80 column terminal displays reasonable output for --period -7, but for anything longer than that (eg. the default period) it overflows and wraps. Assuming there are no issues with half-width vs. full-width characters that depend entirely on user fonts, the program should be able to detect the terminal width (using tput cols) and limit the default output accordingly.
Right now my 80 column terminal displays reasonable output for
--period -7, but for anything longer than that (eg. the default period) it overflows and wraps. Assuming there are no issues with half-width vs. full-width characters that depend entirely on user fonts, the program should be able to detect the terminal width (usingtput cols) and limit the default output accordingly.