comparison src/vim.h @ 16880:998603a243d7 v8.1.1441

patch 8.1.1441: popup window filter not yet implemented commit https://github.com/vim/vim/commit/bf0eff0b724ebf4951f7ca82e6c648451f9f0c01 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 17:13:36 2019 +0200 patch 8.1.1441: popup window filter not yet implemented Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 17:15:06 +0200
parents ce04ebdf26b8
children df06694b761b
comparison
equal deleted inserted replaced
16879:3fc7f1139ab4 16880:998603a243d7
613 #define VALID_BOTLINE_AP 0x40 // w_botine is approximated 613 #define VALID_BOTLINE_AP 0x40 // w_botine is approximated
614 #define VALID_TOPLINE 0x80 // w_topline is valid (for cursor position) 614 #define VALID_TOPLINE 0x80 // w_topline is valid (for cursor position)
615 615
616 // Values for w_popup_flags. 616 // Values for w_popup_flags.
617 #define POPF_HIDDEN 1 // popup is not displayed 617 #define POPF_HIDDEN 1 // popup is not displayed
618 #define POPF_REDRAWN 2 // popup was just redrawn 618 #define POPF_HANDLED 2 // popup was just redrawn or filtered
619 619
620 /* 620 /*
621 * Terminal highlighting attribute bits. 621 * Terminal highlighting attribute bits.
622 * Attributes above HL_ALL are used for syntax highlighting. 622 * Attributes above HL_ALL are used for syntax highlighting.
623 */ 623 */