mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
* Fixes #1445. Fixing more the Curses and WSL clipboard. * Fixing unit tests. * Changing namespace. * Fixes WSL2 clipboard unit test. * Upgrades devcontainer with the MainLoop fix. * Fixes pasting with no selection and with lines break. * Prevents the event button click being fired after a button pressed with mouse move. * Fixes the char [ not being processed.
This commit is contained in:
@@ -253,7 +253,7 @@ namespace Terminal.Gui {
|
||||
}
|
||||
break;
|
||||
case 27:
|
||||
case 91:
|
||||
//case 91:
|
||||
ConsoleKeyInfo [] cki = new ConsoleKeyInfo [] { consoleKeyInfo };
|
||||
ConsoleModifiers mod = consoleKeyInfo.Modifiers;
|
||||
int delay = 0;
|
||||
|
||||
Reference in New Issue
Block a user