Closed williamdes closed 1 month ago
At least when I uploaded the attached text, I didn't have any problems.
Similarly, if you re-upload it (by copying the code block), does the same problem occur? If it does, it could be a problem with your terminal environment, etc. If not, it's likely a problem with the original text file.
Maybe tabs create such display bugs ?
Tabs are replaced with spaces (because the library doesn't handle them well), so it seems unlikely that this is the cause.
It seems that a similar problem may occur when opening binary files etc. It may be that some binary sequence, including tabs, is causing the problem.
It seems that a similar problem may occur when opening binary files etc. It may be that some binary sequence, including tabs, is causing the problem.
Well, it is a pure text file as attached but the mime is declared as binary
The actual content type of my objects is application/octet-stream
📝
v0.5.0
: Seems to be displayed correctly
v0.5.1
: Not correct
During these releases, the ratatui version was updated to 0.27.0
.
https://github.com/lusingander/stu/compare/v0.5.0...v0.5.1
The display works fine now, thank you !
That's good to hear!
Maybe tabs create such display bugs ? Terminal: Guake and XFCE terminal.