Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448)

* 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:
BDisp
2021-09-29 22:22:23 +01:00
committed by GitHub
parent a2cbe45d55
commit 84f79b2326
8 changed files with 117 additions and 62 deletions

View File

@@ -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;