There are a few cases in the code that call Console.bell() directly, instead of using Readline._bell() that checks the user's preference. This patch changes all bell rings to go through Readline._bell().
Patch for PyReadline.py to honor bell_style user parameter
Log in to post a comment.
Patch for PyReadline.py to honor bell_style user parameter