-
Notifications
You must be signed in to change notification settings - Fork 190
Description
I'm used to have the "wrap text output on resize" option disabled for cmd.exe in Windows 10/11.

If the command line text is shorter than the window width, everything works fine:

But if the window gets resized shorter than the command line and then POS1 and END is pressed, the cursor does not jump to the end of the line (and the scrollbar not to the right) but instead the cursor jumps to the end of the visible line:

If I then try to add some new text to the end, the resulting command line text gets messed up.
Here how it looks like after making the window wide enough and pressing END:

With "wrap text output on resize" enabled (default), everything works fine.

Am I doing something wrong or is disabling "wrap text output on resize" not supported by clink?