nushell / demo

Experimental wasm-based Nu playground
https://www.nushell.sh/demo/
MIT License
24 stars 10 forks source link

Should we add auto-rotation? #29

Closed sophiajt closed 4 years ago

sophiajt commented 4 years ago

We use auto-rotation in the terminal to help fit things on the screen when it's a single long row. Feels like we might want to consider that for wasm-nu also:

Screenshot from 2020-07-20 06-55-50

Notice size of scrollbar.

fdncred commented 4 years ago

Please no. :) Help people learn that's what pivot is for.

jzaefferer commented 4 years ago

Maybe we can detect this case and suggest adding | pivot to the command?

fdncred commented 4 years ago

That sounds helpful - can we detect when the horizontal scrollbar is first enabled? If so, that may be an easy trigger to make that suggestion.