📄 typeahead.c
字号:
#ifdef lintstatic char *sccsid = "@(#)typeahead.c 4.1 (ULTRIX) 7/2/90";#endif lint#include "curses.ext"/* * Set the file descriptor for typeahead checks to fd. fd can be -1 * to disable the checking. */typeahead(fd)int fd;{ SP->check_fd = fd;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -