From fd4803ac6acb519a29a491feef807418c91292db Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 29 Mar 2021 18:03:36 +0200 Subject: [PATCH] Update BEL comment We no longer send it. --- src/reader.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/reader.cpp b/src/reader.cpp index a085bfc3e..3f8f906b3 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -1817,8 +1817,7 @@ void reader_data_t::select_completion_in_direction(selection_motion_t dir) { } } -/// Flash the screen. This function changes the color of the current line momentarily and sends a -/// BEL to maybe flash the screen or emite a sound, depending on how it is configured. +/// Flash the screen. This function changes the color of the current line momentarily. void reader_data_t::flash() { struct timespec pollint; editable_line_t *el = &command_line;