mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
Update BEL comment
We no longer send it.
This commit is contained in:
parent
70813eb878
commit
fd4803ac6a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue