mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
vim-patch:8.0.1558: no right-click menu in a terminal
Problem: No right-click menu in a terminal.
Solution: Implement the right click menu for the terminal.
aef8c3da2b
This commit is contained in:
@@ -298,6 +298,13 @@ void redraw_win_signcol(win_T *wp)
|
||||
}
|
||||
}
|
||||
|
||||
/// Update all windows that are editing the current buffer.
|
||||
void update_curbuf(int type)
|
||||
{
|
||||
redraw_curbuf_later(type);
|
||||
update_screen(type);
|
||||
}
|
||||
|
||||
/// Redraw the parts of the screen that is marked for redraw.
|
||||
///
|
||||
/// Most code shouldn't call this directly, rather use redraw_later() and
|
||||
|
Reference in New Issue
Block a user