'How to set Cmder to not wrap text output

The default setting for Cmder is to wrap text output. But how to set Cmder do not wrap text output?

The Cmder, i meant : http://cmder.net/



Solution 1:[1]

Try running command mode, then you will see parameters below.

Status for device CON:

Lines:          xxxx
Columns:        xxxx
Keyboard rate:  xx
Keyboard delay: x
Code page:      xxx

Remember the value of Columns, just in case you want to roll it back. Now execute command mode 1000 and the Column parameter should change to 1000. (or use any higher number till you get desired result)

This also works on cmd and powershell.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 T.Todua