Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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/

like image 604
Spider Avatar asked Sep 14 '17 09:09

Spider


People also ask

How do I stop word wrapping?

Enable or disable text wrapping for a text box, rich text box, or expression box. Right-click the control for which you want to enable or disable text wrapping, and then click Control Properties on the shortcut menu. Click the Display tab. Select or clear the Wrap text check box.

How do you set up text wrapping?

Wrap text around a picture or drawing objectSelect Format and then under Arrange, select Wrap Text. Choose the wrapping option that you want to apply.

Which software automatically wraps the text on the next line?

Microsoft Excel can wrap text so it appears on multiple lines in a cell. You can format the cell so the text wraps automatically, or enter a manual line break.


2 Answers

As of now, I don't believe there is a way to disable text wrapping.

Someone did open an issue related to disabling line wrapping. However, as featured in ConEmu's Roadmap:

Current ConEmu version allows neither horizontal scrolling nor setting horizontal buffer size.

like image 123
adriennetacke Avatar answered Sep 23 '22 21:09

adriennetacke


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.

like image 43
iGNRev Avatar answered Sep 20 '22 21:09

iGNRev