diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-25 07:34:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 07:34:28 +0800 |
commit | 51b39f816ca4a44660e7ab7906520ae908492734 (patch) | |
tree | 95fa35fc146d7285f1b006b01e9321a45666fb08 /runtime/lua/man.lua | |
parent | 314d3ce1eb1da284baf9b33f30500473afe73144 (diff) | |
download | rneovim-51b39f816ca4a44660e7ab7906520ae908492734.tar.gz rneovim-51b39f816ca4a44660e7ab7906520ae908492734.tar.bz2 rneovim-51b39f816ca4a44660e7ab7906520ae908492734.zip |
fix(tui): set stdin as "blocking" on exit (#21973)
This fixes a regression from #21605 that stdin is no longer set as
"blocking" after Nvim TUI exits, and the problems described in #2598
happen again.
I'm not sure if this should be done in TUI code or common exiting code.
I added this call in tui_stop() as it is also present in tui_suspend().
Diffstat (limited to 'runtime/lua/man.lua')
0 files changed, 0 insertions, 0 deletions