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