Don't suppress bells in ConEmu
This commit is contained in:
parent
ee3203c485
commit
3c748520e1
2 changed files with 1 additions and 2 deletions
|
|
@ -650,7 +650,6 @@ def ask(prompt='Kotaero!'):
|
||||||
|
|
||||||
def beep(repeat=1):
|
def beep(repeat=1):
|
||||||
"""Play system bell with optional repeat."""
|
"""Play system bell with optional repeat."""
|
||||||
# TODO: Verify Windows functionality
|
|
||||||
while repeat >= 1:
|
while repeat >= 1:
|
||||||
# Print bell char without a newline
|
# Print bell char without a newline
|
||||||
print('\a', end='', flush=True)
|
print('\a', end='', flush=True)
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
<value name="ProcessNewConArg" type="hex" data="01"/>
|
<value name="ProcessNewConArg" type="hex" data="01"/>
|
||||||
<value name="ProcessCmdStart" type="hex" data="00"/>
|
<value name="ProcessCmdStart" type="hex" data="00"/>
|
||||||
<value name="ProcessCtrlZ" type="hex" data="00"/>
|
<value name="ProcessCtrlZ" type="hex" data="00"/>
|
||||||
<value name="SuppressBells" type="hex" data="01"/>
|
<value name="SuppressBells" type="hex" data="00"/>
|
||||||
<value name="ConsoleExceptionHandler" type="hex" data="00"/>
|
<value name="ConsoleExceptionHandler" type="hex" data="00"/>
|
||||||
<value name="UseClink" type="hex" data="01"/>
|
<value name="UseClink" type="hex" data="01"/>
|
||||||
<value name="StoreTaskbarkTasks" type="hex" data="01"/>
|
<value name="StoreTaskbarkTasks" type="hex" data="01"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue