mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00

Problem: uv_tty_set_mode on stdout in Windows exits with error.
Cause: Windows cannot set the properties of the output of a tty.
Solution: Remove call to uv_tty_set_mode.
Ref: #21445
Ref: 88634c1405 (r100598822)