Why is the Windows cmd.exe limited to 80 characters wide?

前端 未结 14 1591
死守一世寂寞
死守一世寂寞 2021-01-30 04:03

I love stretching my terminal on unix. What is the history or reason behind windows lame command line?

14条回答
  •  没有蜡笔的小新
    2021-01-30 04:11

    Since it will scroll left to right as well as up and down, the very first thing I do on a system is define my width as 180 and save it. That's generally enough so that stack traces don't have to wrap for the most part, but not so much that you are waisting a ton of space.

    While you're at it, set the vertical size (scrollback buffer) to all 9's. You'll be glad you did some day.

提交回复
热议问题