From 3c748520e10851d4bf542f039b793e1d2b75e0a5 Mon Sep 17 00:00:00 2001
From: 2Shirt <2xShirt@gmail.com>
Date: Tue, 20 Apr 2021 22:23:05 -0600
Subject: [PATCH] Don't suppress bells in ConEmu
---
scripts/wk/std.py | 1 -
setup/windows/bin/ConEmu/ConEmu.xml | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/wk/std.py b/scripts/wk/std.py
index 8da412f1..2768fea8 100644
--- a/scripts/wk/std.py
+++ b/scripts/wk/std.py
@@ -650,7 +650,6 @@ def ask(prompt='Kotaero!'):
def beep(repeat=1):
"""Play system bell with optional repeat."""
- # TODO: Verify Windows functionality
while repeat >= 1:
# Print bell char without a newline
print('\a', end='', flush=True)
diff --git a/setup/windows/bin/ConEmu/ConEmu.xml b/setup/windows/bin/ConEmu/ConEmu.xml
index dd6ee9b1..93e91bff 100644
--- a/setup/windows/bin/ConEmu/ConEmu.xml
+++ b/setup/windows/bin/ConEmu/ConEmu.xml
@@ -89,7 +89,7 @@
-
+