typeahead.c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C语言 代码 · 共 16 行
C
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?