terminal/src/interactivity
Leonard Hecker 20e88d3e3e
Fix conhost UseDx mode (#10770)
This commit fixes the UseDx mode for conhost.
In order to add support for UseDx without calling `SetWindowSize`,
responsibility for resizing `_invalidMap` has been moved to occur
only when the renderer itself recognizes a new size. Furthermore
`InvalidateAll` is now the central point to invalidate `_invalidMap`.

## Validation Steps Performed

* Enabling `UseDx` enables the DxEngine for conhost ✔️
* Resizing windows in conhost works ✔️
* Resizing windows in WT works ✔️

Closes #5455
2021-07-23 20:19:07 +02:00
..
base Fix building with v143 toolchain (#10727) 2021-07-20 19:00:49 +02:00
inc Skip accessibility notifier and all event calculations when we're in PTY mode (#10569) 2021-07-09 18:45:44 +00:00
onecore Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
win32 Fix conhost UseDx mode (#10770) 2021-07-23 20:19:07 +02:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00