]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4745: using wrong flag for using bell in the terminal v8.2.4745
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Apr 2022 13:28:07 +0000 (14:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Apr 2022 13:28:07 +0000 (14:28 +0100)
commitaae9762b2cbcae8dea454e1701d00ea0f614175e
tree9400bbca00947b43ab6785c3eb15190869556ecb
parent77771d33f44bfb9f75eb857bd2f2bb4c2860cac3
patch 8.2.4745: using wrong flag for using bell in the terminal

Problem:    Using wrong flag for using bell in the terminal.
Solution:   Change to use BO_TERM.
src/misc1.c
src/terminal.c
src/version.c