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