From 77771d33f44bfb9f75eb857bd2f2bb4c2860cac3 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 13 Apr 2022 11:47:25 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 5c8bd2acd..584410a92 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4744, /**/ 4743, /**/ -- cgit v1.2.1