Skip to content
Snippets Groups Projects
Commit 0e941068 authored by deuce's avatar deuce
Browse files

Use the default system beep for Win32.

parent d08d506f
No related branches found
No related tags found
No related merge requests found
......@@ -506,7 +506,7 @@ void doterm(void)
#ifdef __unix__
beep();
#else
BEEP(2000,200);
MessageBeep(MB_OK);
#endif
break;
case 12: /* ^L - Clear screen */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment