?? cli_readline.h
字號(hào):
/*****************************************************************************
*
* Module : cli_readline.h
* Descriptions : provides all readline functions
* OS : SLOS
* Platform : generic
* History :
*
* 16th November 2001 Andrew N. Sloss
* - start adding comments
*
*****************************************************************************/
/* -- readLine ----------------------------------------------------------------
*
* Description : clear all the characters up to a position. This is the
* main interpreter loop for the command line.
*
* Parameters : char *prompt - command line prompt.
* : char *buffer - the buffer
* : int maxlen - maximum length
* Return : integer position
* Notes : none...
*
*/
int readLine(char *prompt, char *buffer, int maxlen);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -