mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Disable beep on completion attempt
The beep on completion attempt was highly annoying, disable it.
This commit is contained in:
parent
a8f48c7955
commit
56ae101366
@ -351,6 +351,7 @@ while authinfo['authpassed'] != 1:
|
||||
# sys.stdout.flush()
|
||||
|
||||
readline.parse_and_bind("tab: complete")
|
||||
readline.parse_and_bind("set bell-style none")
|
||||
readline.set_completer(completer)
|
||||
doexit = False
|
||||
inconsole = False
|
||||
|
Loading…
Reference in New Issue
Block a user