Skip to content

Delayed ReadLine after on enter with CMD (outside of Windows Terminal) #61

@xoofx

Description

@xoofx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: driversIssues related to the terminal drivers.area: interactionIssues related to user interaction.os: windowsIssues that are specific to Windows (10, 11, etc).
    No fields configured for Regression.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions