📄 agoto.c
字号:
/* agoto.c 4.1 83/03/09 *//* * position the alphanumeric cursor to (x, y). */#include "2648.h"agoto(x, y)int x, y;{ char mes[20]; sprintf(mes, "\33*dE\33&a%dr%dC", x, y); outstr(mes);}/* * lower left corner of screen. */lowleft(){ outstr("\33F");}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -