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) ...@@ -537,7 +537,7 @@ void doterm(void)
cprintf(prn); cprintf(prn);
prn[0]=0; prn[0]=0;
#ifdef __unix__ #ifdef __unix__
beep(); putch(7);
#else #else
MessageBeep(MB_OK); MessageBeep(MB_OK);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment