Skip to content

Disable Quick Edit Mode with mouse support on conhost #964

Closed
@jvalkeal

Description

This is a windows conhost(good 'ol plain cmd) related annoyance where mouse events are not sent if Quick Edit Mode is enabled(as it is by default). This is more clearly discussed in https://stackoverflow.com/questions/46795072/how-to-get-mouse-input-inside-a-c-console-program-on-windows-10/46802726#46802726.

We should simply use combination of ENABLE_QUICK_EDIT_MODE and ENABLE_EXTENDED_FLAGS to disable/restore it if mouse is requested via terminals trackMouse function.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions