felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

The dir command detects column width incorrectly #943

Open xsrvmy opened 3 years ago

xsrvmy commented 3 years ago

When I run the dir command, it can't seem to figure out the width of the terminal. Specifically it seems to be receiving a width that is one less than the visual width of the terminal. The result is that one character of the first file on a new line is left at the end of the previous line.

PS. Yes I know ls is usually used on linux, but it's slower to type on dvorak.

hanskokx commented 3 years ago

Could this be due to the hidden scroll bar on the right side? Does expanding the width of the window help?

xsrvmy commented 3 years ago

Actually the issue fixed itself somehow. I will post again here if I encounter it again.

hanskokx commented 3 years ago

🥳 I'm glad it's working for you!  I'm upset that it fixed itself!  I hate it when there's no known-cause for issues, because that means there's no way for us to troubleshoot and fix it.  Please do update this ticket if the issue rears its head again. [6d4062a0-e4a6-469e-a9f7-1dfcde821416]