mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
Terminal: Uh, also change the one caller of beep() to sysbeep()..
This commit is contained in:
parent
c081aae9b5
commit
3ec625067a
Notes:
sideshowbarker
2024-07-19 14:04:52 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3ec625067a2
@ -576,7 +576,7 @@ void Terminal::on_char(byte ch)
|
||||
}
|
||||
return;
|
||||
case '\a':
|
||||
beep();
|
||||
sysbeep();
|
||||
return;
|
||||
case '\t': {
|
||||
for (unsigned i = m_cursor_column; i < columns(); ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user