diff options
author | Enan Ajmain <3nan.ajmain@gmail.com> | 2023-02-15 01:15:28 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 11:15:28 -0800 |
commit | e03ecb7d31c10aab8a8acbfb3cdd7ec558cd49eb (patch) | |
tree | 910606edff056063cef1f987016de02106b9038c /src/nvim/api/vim.c | |
parent | b4a92309f8f5ee4e579cee72ef352451a60733b8 (diff) | |
download | rneovim-e03ecb7d31c10aab8a8acbfb3cdd7ec558cd49eb.tar.gz rneovim-e03ecb7d31c10aab8a8acbfb3cdd7ec558cd49eb.tar.bz2 rneovim-e03ecb7d31c10aab8a8acbfb3cdd7ec558cd49eb.zip |
fix: uv_tty_set_mode failed in Windows #22264
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: https://github.com/libuv/libuv/commit/88634c1405097c19582e870d278dd0e29dc55455#r100598822
Diffstat (limited to 'src/nvim/api/vim.c')
0 files changed, 0 insertions, 0 deletions