mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Revert "tui: update_size(): Fix race condition."
This reverts commit 0e75438a38
.
This commit is contained in:
parent
5ef619eb33
commit
4b7d3aec04
@ -763,8 +763,8 @@ end:
|
||||
height = DFLT_ROWS;
|
||||
}
|
||||
|
||||
data->bridge->bridge.width = width;
|
||||
data->bridge->bridge.height = height;
|
||||
data->bridge->bridge.width = ui->width = width;
|
||||
data->bridge->bridge.height = ui->height = height;
|
||||
}
|
||||
|
||||
static void unibi_goto(UI *ui, int row, int col)
|
||||
|
Loading…
Reference in New Issue
Block a user