mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +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:
@@ -7,6 +7,7 @@
|
||||
#include "nvim/highlight.h"
|
||||
#include "nvim/highlight_defs.h"
|
||||
#include "nvim/map.h"
|
||||
#include "nvim/message.h"
|
||||
#include "nvim/popupmnu.h"
|
||||
#include "nvim/screen.h"
|
||||
#include "nvim/syntax.h"
|
||||
@@ -161,6 +162,8 @@ int hl_get_ui_attr(int idx, int final_id, bool optional)
|
||||
if (pum_drawn()) {
|
||||
must_redraw_pum = true;
|
||||
}
|
||||
} else if (idx == HLF_MSG) {
|
||||
msg_grid.blending = attrs.hl_blend > -1;
|
||||
}
|
||||
|
||||
if (optional && !available) {
|
||||
|
Reference in New Issue
Block a user