commit | aef8c3da2ba59285b7cfde559ae21cdce6ba6919 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 18:59:16 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 18:59:16 2018 +0100 |
tree | 14eea82ad1aa76a79e902500d39ba73de63c21a3 | |
parent | c71807db9c1821baf86796cd76952df36ff1a29a [diff] [blame] |
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.
diff --git a/src/proto/popupmnu.pro b/src/proto/popupmnu.pro index 2727304..d2f6baf 100644 --- a/src/proto/popupmnu.pro +++ b/src/proto/popupmnu.pro
@@ -9,4 +9,5 @@ void ui_remove_balloon(void); void ui_post_balloon(char_u *mesg, list_T *list); void ui_may_remove_balloon(void); +void pum_show_popupmenu(vimmenu_T *menu); /* vim: set ft=c : */