Yash-Handa / logo-ls

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang
MIT License
1.13k stars 46 forks source link

Supported for terminals that do not support 'TIOCGWINSZ' #18

Closed komem3 closed 3 years ago

komem3 commented 3 years ago

Not all terminals can use 'TIOCGWINSZ' to get the size of the terminal.

https://github.com/golang/crypto/blob/afb6bcd081ae5258e9449bf8b9af19593c9b261f/ssh/terminal/util.go#L79-L85

That's why I used the "COLUMNNS" variable to get the size when the width is zero.

image

Yash-Handa commented 3 years ago

Thanks @komem3, For this keen fix. Merging it : )