Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hypersw opened this issue Dec 15, 2015 · 2 comments
Open

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

hypersw opened this issue Dec 15, 2015 · 2 comments

Comments

@hypersw
Copy link
Collaborator

hypersw commented Dec 15, 2015

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

hypersw commented Dec 15, 2015

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).

@Maximus5
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants