Skip to content

Conhost improvements.

eric pouech requested to merge epo/wine:mr-conhost-prepare into master

This MR serves as prerequistes for two open (in progress) MR:

!7586 (closed)

  • we don't properly handle ctrl-c in ReadConsole with control block
    • this revisits ctrl-break (or ctrl-break from unix console) to map it unconditionnaly of console mode (as native does) to a windows ctrl event
    • and transfer to windows layers the management of ctrl-c (for a unix console when ENABLE_PROCESSED_INPUT isn't set)

!7843

  • add ASC in win32 edit mode to completely clear the current editi buffer

Merge request reports

Loading