ConEmu / old-issues

Old issues for ConEmu project (import is pending)
http://conemu.github.io/
0 stars 1 forks source link

Window content is clipped on horizontal resizing #1110

Closed ConEmu closed 9 years ago

ConEmu commented 9 years ago

From pfeif...@tzi.de on June 24, 2013 11:54:41

Required information! OS version: Windows 7 Ultimate, 64 bit, SP1, German ConEmu version: ConEmu 130621 [64] Bug description If I click and drag the bottom right corner and start to resize the ConEmu window horizontally the content is clipped on the right side. If I adjust the width from 60 to 40 columns and back to 60 columns in a single operation (without releasing the mouse) I will get an ConEmu window having the rightmost 20 columns empty (if there was some wide content before). I think the content of the window needs to be buffered until the resize operation is finished. The content shouldn't be clipped until the mouse button is actually released. Steps to reproduction 1. Adjust window size to display 60 columns

  1. Click and drag the bottom right corner and start to resize
  2. Move mouse to the left to resize window to 40 columns
  3. Move mouse to the right to resize window to the initial 60 columns
  4. Release the mouse button.

Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=1111

ConEmu commented 9 years ago

From j...@skrasek.com on July 09, 2013 11:50:07

Really annoying issue :|

ConEmu commented 9 years ago

From sam.has...@gmail.com on September 06, 2013 04:20:05

This is something that Final Term [1] does much better, it actually reflows the text in the terminal when you increase it's width: http://finalterm.org/reflow.png [1] http://finalterm.org/

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on September 06, 2013 04:27:20

I don't know how finalterm works, but in Windows, if you want to run real console application, your need... well, let say "conhost". Real console window, in other words. That mean losing of trimmed parts of buffer.

I've not closed this issue, because there is workaround in plans

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on October 26, 2013 10:37:01

Status: Duplicate
Mergedinto: 951