terminal/src/cascadia/UnitTests_TerminalCore
Mike Griese bc642bbf2a
Fix viewport moving when we've scrolled up and circled the buffer (#7247)
If you scroll up to view the scrollback, then we want the viewport to
"stay in place", as new output comes in (see #6062). This works fine up
until the buffer circles. In this case, the mutable viewport isn't
actually moving, so we never set `updatedViewport` to true. 

This regressed in #6062
Closes #7222
2020-08-11 19:57:45 +00:00
..
ConptyRoundtripTests.cpp Add support for per-profile tab colors (#7162) 2020-08-07 16:07:42 -07:00
InputTest.cpp Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00
MockTermSettings.h Add support for per-profile tab colors (#7162) 2020-08-07 16:07:42 -07:00
pch.cpp Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00
pch.h Add support for per-profile tab colors (#7162) 2020-08-07 16:07:42 -07:00
ScreenSizeLimitsTest.cpp Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00
ScrollTest.cpp Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00
SelectionTest.cpp Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00
TerminalApiTest.cpp Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00
TerminalBufferTests.cpp Fix viewport moving when we've scrolled up and circled the buffer (#7247) 2020-08-11 19:57:45 +00:00
TestUtils.h Fix wrapped lines in less in Git for Windows (#5771) 2020-05-08 21:22:09 +00:00
UnitTests.vcxproj Move ICore/ControlSettings to TerminalControl project (#7167) 2020-08-07 14:46:52 +00:00