mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* 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.
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"profiles": {
|
|
"UICatalog": {
|
|
"commandName": "Project",
|
|
},
|
|
"UICatalog : -usc": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-usc"
|
|
}
|
|
}
|
|
} |