mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
screen: use dedicated message grid
add proper msg_set_pos event, delet win_scroll_over_* make compositor click through unfocusable grids add MsgArea attribute for the message/cmdline area, and add docs and tests
This commit is contained in:
@@ -7533,6 +7533,9 @@ void highlight_changed(void)
|
||||
hlf == (int)HLF_INACTIVE);
|
||||
|
||||
if (highlight_attr[hlf] != highlight_attr_last[hlf]) {
|
||||
if (hlf == HLF_MSG) {
|
||||
clear_cmdline = true;
|
||||
}
|
||||
ui_call_hl_group_set(cstr_as_string((char *)hlf_names[hlf]),
|
||||
highlight_attr[hlf]);
|
||||
highlight_attr_last[hlf] = highlight_attr[hlf];
|
||||
|
Reference in New Issue
Block a user