Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When we resize the conpty buffer, we'll call into SCREEN_INFORMATION::_InternalSetViewportSize, which will try to keep the commandline visible. However, we don't even want the commandline visible while that's happening. We should hide it and reflow the start of the commandline. I'm actually not sure this is the fix for #1095. #1095 uses WSL, which isn't going to be COOKED_READing. Aditionally, the commandline can end up in some weird places after this. Like when restoring down with a commandline wider than the restored width, the commandline will appear one line below where it should. That might be a side effect of the rest of the changes I'm prototyping (for #1795)
- Loading branch information