conemu-inside icon indicating copy to clipboard operation
conemu-inside copied to clipboard

ConEmu Asserts When Its Host HWND Is Resized to (0,0) Size

Open hypersw opened this issue 10 years ago • 2 comments

Assertion in P:\External\gitextensions\GitExtensions\bin\Debug\ConEmu\conemu.exe [151210]
nNewWidth>0 && nNewHeight>0
at
RealBuffer.cpp:1819

hypersw avatar Dec 15 '15 01:12 hypersw

ConEmu side: would be more reliable to withstand zero sizes against one or both dimensions.

Control side: set minsize to prevent sending such sizes (though this cannot be guaranteed when embedded into the layouting system of the real app).

hypersw avatar Dec 15 '15 01:12 hypersw

Perhaps, the control (via ConEmu implementation of course) may provide settings for minimal console size in characters? For example, if ConEmu is resized smaller than 40x15, than ConEmu must use scrolling instead of decreasing real console size? Especially because prior to Win10 real console loses previously printed data.

Maximus5 avatar May 17 '16 09:05 Maximus5