ui: forward relevant option updates to UIs (#7520)

also make termguicolors mutable after startup
This commit is contained in:
Björn Linse
2017-12-12 18:23:19 +01:00
committed by GitHub
parent f976826690
commit 34057045be
15 changed files with 255 additions and 15 deletions

View File

@@ -93,6 +93,7 @@ void nvim_ui_attach(uint64_t channel_id, Integer width, Integer height,
ui->suspend = remote_ui_suspend;
ui->set_title = remote_ui_set_title;
ui->set_icon = remote_ui_set_icon;
ui->option_set = remote_ui_option_set;
ui->event = remote_ui_event;
memset(ui->ui_ext, 0, sizeof(ui->ui_ext));