]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4744: a terminal window can't use the bell v8.2.4744
authorLemonBoy <thatlemon@gmail.com>
Wed, 13 Apr 2022 10:47:25 +0000 (11:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Apr 2022 10:47:25 +0000 (11:47 +0100)
commit77771d33f44bfb9f75eb857bd2f2bb4c2860cac3
tree8458b25c002c5dadd13e58398401a5f6c21723b5
parent9bbe5c6b8c44e08c90510c36596d13e54ca0eea4
patch 8.2.4744: a terminal window can't use the bell

Problem:    A terminal window can't use the bell.
Solution:   Add bell support for the terminal window. (closes #10178)
runtime/doc/options.txt
src/gui_w32.c
src/option.h
src/optionstr.c
src/terminal.c
src/version.c