Skip to content
Snippets Groups Projects
Commit d777b6e9 authored by rswindell's avatar rswindell
Browse files

Using bprintf() instead of printf() for bgotoxy() macro.

parent 001e53f3
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ enum { /* Node Action */
#define SYSOP (user_level>=sysop_level) /* Is current user sysop t/f macro */
#define bgotoxy(x,y) printf("\x1b[%d;%dH",y,x) /* place the cursor at */
#define bgotoxy(x,y) bprintf("\x1b[%d;%dH",y,x) /* place the cursor at */
/* location x,y via ANSI */
#define SAVELINE { slatr[slcnt]=latr; \
......
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