mirror of
https://github.com/troglobit/editline.git
synced 2025-09-19 03:18:07 +08:00
Rename define CONFIG_ANNOYING_NOISE --> CONFIG_TERMINAL_BELL
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@@ -1390,7 +1390,7 @@ static el_status_t c_complete(void)
|
||||
|
||||
if (len > 0) {
|
||||
s = insert_string(string);
|
||||
#ifdef CONFIG_ANNOYING_NOISE
|
||||
#ifdef CONFIG_TERMINAL_BELL
|
||||
if (!unique)
|
||||
el_ring_bell();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user