?? unxconio.h
字號:
/* +++Date last modified: 05-Jul-1997 */
/*
** UNXCONIO.H - Port crucial DOS|Win|OS/2 non-blocking console I/O
** functions to Unix/Posix.
**
** public domain SNIPPETS header for use with Steve Poole's TERM_OPT.C
*/
#ifndef UNXCONIO__H
#define UNXCONIO__H
#include <stdio.h>
#include <unistd.h>
#define echo_on() term_option(0)
#define echo_off() term_option(1)
int term_option();
int getch();
#endif /* UNXCONIO__H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -