?? extrnl.h
字號(hào):
/* * The external file transfer program database. The list is limited to * 3 uploads and 3 downloads because the xfer_menu() routine uses single * character input (and these selections become 7, 8, and 9). */struct EXTRNL { char *name[2][3]; /* program name (for display only) */ char *command[2][3]; /* the command line */ char prompt[2][3]; /* need to prompt for names? */ int up_entries; /* number of up entries in the file */ int dn_entries; /* number of down entries in the file */ char *e_path; /* path to the pcomm.extrnl file */};#ifndef MAINextern struct EXTRNL *extrnl;#endif /* MAIN */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -