comparison src/proto/buffer.pro @ 16778:eda4d65f232c v8.1.1391

patch 8.1.1391: no popup window support commit https://github.com/vim/vim/commit/4d784b21d14fc66e98a2b07f70343cdd4acd62aa Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 19:51:39 2019 +0200 patch 8.1.1391: no popup window support Problem: No popup window support. Solution: Add initial code for popup windows. Add the 'wincolor' option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 20:00:08 +0200
parents 55ccc2d353bd
children 10e0d7d96cb0
comparison
equal deleted inserted replaced
16777:20d51e99dd6a 16778:eda4d65f232c
59 int bt_normal(buf_T *buf); 59 int bt_normal(buf_T *buf);
60 int bt_quickfix(buf_T *buf); 60 int bt_quickfix(buf_T *buf);
61 int bt_terminal(buf_T *buf); 61 int bt_terminal(buf_T *buf);
62 int bt_help(buf_T *buf); 62 int bt_help(buf_T *buf);
63 int bt_prompt(buf_T *buf); 63 int bt_prompt(buf_T *buf);
64 int bt_popup(buf_T *buf);
64 int bt_nofile(buf_T *buf); 65 int bt_nofile(buf_T *buf);
65 int bt_dontwrite(buf_T *buf); 66 int bt_dontwrite(buf_T *buf);
66 int bt_dontwrite_msg(buf_T *buf); 67 int bt_dontwrite_msg(buf_T *buf);
67 int buf_hide(buf_T *buf); 68 int buf_hide(buf_T *buf);
68 char_u *buf_spname(buf_T *buf); 69 char_u *buf_spname(buf_T *buf);