?? 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 + -