mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +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;
|
return;
|
||||||
case '\a':
|
case '\a':
|
||||||
beep();
|
sysbeep();
|
||||||
return;
|
return;
|
||||||
case '\t': {
|
case '\t': {
|
||||||
for (unsigned i = m_cursor_column; i < columns(); ++i) {
|
for (unsigned i = m_cursor_column; i < columns(); ++i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue