TabViewer / tabview

Python curses command line CSV and tabular data viewer
Other
460 stars 49 forks source link

Popup crashes for a certain cell #136

Open yangvz opened 7 years ago

yangvz commented 7 years ago

The file was in chinese. To replicate the error, navigate to the cell starting with "Camera" and hit enter. All others cells pop up fine.

Could be that the text is simply too long, or something's wrong with unicode support.

test.txt

firecat53 commented 7 years ago

It's something about the wide characters when the terminal window is too small. It worked fine for me initially, but then resizing the terminal window smaller forced the crash. I'll look into it when I get a chance. Thanks for the report!