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

Use putch(7) instead of beep()

parent 44619882
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ void doterm(void)
cprintf(prn);
prn[0]=0;
#ifdef __unix__
beep();
putch(7);
#else
MessageBeep(MB_OK);
#endif
......
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