[PATCH v5 1/3] conhost: Add the ENABLE_VIRTUAL_TERMINAL_PROCESSING mode flag by default.

Jacek Caban jacek at codeweavers.com
Mon Apr 5 09:28:36 CDT 2021


Hi Gabriel,

On 4/3/21 3:12 PM, Gabriel Ivăncescu wrote:
> -    screen_buffer->mode           = ENABLE_PROCESSED_OUTPUT | ENABLE_WRAP_AT_EOL_OUTPUT;
> +    screen_buffer->mode           = ENABLE_PROCESSED_OUTPUT | ENABLE_WRAP_AT_EOL_OUTPUT | ENABLE_VIRTUAL_TERMINAL_PROCESSING;


While I think we want that, it's probably too soon to do that now. 
Applications check the mode and their behavior depends on that, so it 
would be nice to have at least a basic support for VT processing first. 
See bug 49780 for an example (although for that one, default mode is not 
enough). I resent the series without the first patch.

Thanks,
Jacek



More information about the wine-devel mailing list