mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
fix(tui): exit on input eof
This commit is contained in:
@@ -113,7 +113,7 @@ void ui_client_run(bool remote_ui)
|
||||
ui_client_is_remote = remote_ui;
|
||||
int width, height;
|
||||
char *term;
|
||||
tui = tui_start(&width, &height, &term);
|
||||
tui_start(&tui, &width, &height, &term);
|
||||
|
||||
ui_client_attach(width, height, term);
|
||||
|
||||
|
Reference in New Issue
Block a user