mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
docs: deprecate the "term_background" UI field
This commit is contained in:
@@ -120,7 +120,6 @@ void remote_ui_disconnect(uint64_t channel_id)
|
||||
|
||||
// Destroy `ui`.
|
||||
XFREE_CLEAR(ui->term_name);
|
||||
XFREE_CLEAR(ui->term_background);
|
||||
xfree(ui);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user