terminal/src/cascadia/UnitTests_TerminalCore
Hannes Nel a60ed52064 Terminal uses system default for number of rows scrolled at a t… (#3575)
The terminal will use the system setting to determine the number of lines to scroll at a time.
This can be overridden by adding rowsToScroll to app global settings file.
terminal will use the system setting if the app setting is 0, or not specified. No restart is needed to reflect setting changes in system or the settings file.

The default was hardcoded to 4 in the code with a todo comment. 1 works better on precision touchpads, where 4 scrolls too fast.

Co-authored-by: Hannes Nel <hannesne@microsoft.com>
2020-01-06 09:39:02 -08:00
..
InputTest.cpp Partially fix mapping of virtual keys to characters (#2836) 2019-10-01 11:15:30 -05:00
MockTermSettings.h Terminal uses system default for number of rows scrolled at a t… (#3575) 2020-01-06 09:39:02 -08:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ScreenSizeLimitsTest.cpp Chunk Selection Expansion for Double/Triple Click Selection (#2184) 2019-08-14 16:41:43 -07:00
SelectionTest.cpp Selection Code Cleanup + Double Click Delimiter Runs (#2511) 2019-09-17 10:39:39 -07:00
TerminalApiTest.cpp Fix SetColorTableEntry off-by-one error (#3938) 2019-12-14 00:41:04 +00:00
UnitTests.vcxproj Fix SetColorTableEntry off-by-one error (#3938) 2019-12-14 00:41:04 +00:00