Followup of #9
While trying this program with CMD outside of Windows Terminal:
Terminal.OutLine("Type some text:");
while (true)
{
var line = Terminal.ReadLine();
if (line == null) break;
Terminal.OutLine(line);
}
The input seems to not always work on ENTER, sometimes it happens straight, sometimes it happens after the first inputted line. It works fine from the Windows Terminal though.
- OS: Windows 11
- Terminal:
0.5.39
Followup of #9
While trying this program with CMD outside of Windows Terminal:
The input seems to not always work on
ENTER, sometimes it happens straight, sometimes it happens after the first inputted line. It works fine from the Windows Terminal though.0.5.39