📄 intrflush.c
字号:
#ifdef lintstatic char *sccsid = "@(#)intrflush.c 4.1 (ULTRIX) 7/2/90";#endif lint#include "curses.ext"/* * TRUE => flush input when an interrupt key is pressed */intrflush(win,bf)WINDOW *win; int bf;{#ifdef USG if (bf) (cur_term->Nttyb).c_lflag &= ~NOFLSH; else (cur_term->Nttyb).c_lflag |= NOFLSH;#else /* can't do this in 4.1BSD or V7 */#endif reset_prog_mode();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -