mirror of
https://github.com/neovim/neovim.git
synced 2025-12-19 21:05:37 +00:00
feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)
vim-patch:8.2.4744: a terminal window can't use the bell vim-patch:8.2.4745: using wrong flag for using bell in the terminal BREAKING CHANGE: Bells from :terminal are now silent by default, unless 'belloff' option doesn't contain "term" or "all".
This commit is contained in:
@@ -403,7 +403,8 @@ EXTERN unsigned bo_flags;
|
||||
#define BO_REG 0x8000
|
||||
#define BO_SH 0x10000
|
||||
#define BO_SPELL 0x20000
|
||||
#define BO_WILD 0x40000
|
||||
#define BO_TERM 0x40000
|
||||
#define BO_WILD 0x80000
|
||||
|
||||
EXTERN char *p_bsk; ///< 'backupskip'
|
||||
EXTERN char *p_breakat; ///< 'breakat'
|
||||
|
||||
Reference in New Issue
Block a user