mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
channels: refactor
This commit is contained in:
@@ -252,7 +252,7 @@ static void remote_ui_flush(UI *ui)
|
||||
{
|
||||
UIData *data = ui->data;
|
||||
if (data->buffer.size > 0) {
|
||||
channel_send_event(data->channel_id, "redraw", data->buffer);
|
||||
rpc_send_event(data->channel_id, "redraw", data->buffer);
|
||||
data->buffer = (Array)ARRAY_DICT_INIT;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user