mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
Terminal: Uh, also change the one caller of beep() to sysbeep()..
This commit is contained in:
parent
c081aae9b5
commit
3ec625067a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue