scottchiefbaker / dool

Python3 compatible fork of dstat
GNU General Public License v3.0
315 stars 58 forks source link

Strange chars at output - squares instead of dashes on first line #66

Closed shab2 closed 2 months ago

shab2 commented 3 months ago

image

shab2 commented 3 months ago

image

shab2 commented 3 months ago
   --ascii
       output table data in ascii instead of ANSI

How to dont print any time --ascii? Is any rc file exists?

scottchiefbaker commented 2 months ago

Not sure exactly what's going on. The code in question is from here: https://github.com/scottchiefbaker/dool/blob/master/plugins/dool_top_io_adv.py#L8. It's clearly just a space character.

I suspect something is weird with your font or your terminal. Try changing your font and see if the issue persists.