?? move.c
字號:
/* move.c 4.1 83/03/09 *//* * move to (x, y). Both the _pen and cursor are supposed to be moved. * We really just remember it for later, in case we move again. */#include "2648.h"move(x, y){#ifdef TRACE if (trace) fprintf(trace, "\tmove(%d, %d), ", x, y);#endif _supx = x; _supy = y;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -