mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +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:
@@ -2989,6 +2989,7 @@ ambw_end:
|
||||
errmsg = e_invarg;
|
||||
} else {
|
||||
(void)init_chartab();
|
||||
msg_grid_validate();
|
||||
}
|
||||
} else if (varp == &p_ead) { // 'eadirection'
|
||||
if (check_opt_strings(p_ead, p_ead_values, false) != OK) {
|
||||
|
Reference in New Issue
Block a user