Files
Terminal.Gui/UICatalog/Properties/launchSettings.json
BDisp 2ef4edd08e NetDriver fixes keys modifiers not reseting and enter key on Windows Terminal. (#1484)
* Fixes keys modifiers not reseting and enter key on Windows Terminal.

* Fixes summary warnings.

* Ensures MainIteration processes  input while count greater than zero.

* Adding UseSystemConsole to the launch settings profile.

* Improves the performance with Console.Write by writing faster.
2021-10-25 12:31:49 -07:00

11 lines
177 B
JSON

{
"profiles": {
"UICatalog": {
"commandName": "Project",
},
"UICatalog : -usc": {
"commandName": "Project",
"commandLineArgs": "-usc"
}
}
}