mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* Fixes #1234. Setting Handled to true in the KeyPress event avoids ProcessKey from running. * Using literals values in Assert.Equal. * Can't use numbers variables on the left side of an Assert.Equal/NotEqual, it must be literal (Linux only). * Fixes #1241. Added SendKeys feature to the ConsoleDriver. * Fixes SendKeys unit test. * Changed Key.Null to '\0' (null string). * Fixes the space bar when there are another previous char. * Now the drivers are reading up to 255 from ASCII table. * Fixes CursesDriver and WindowsDriver SendKeys. * Fixes NetDriver SendKeys. * Fixed unit test.
This commit is contained in: