📄 __cflush.c
字号:
#ifdef lintstatic char *sccsid = "@(#)__cflush.c 4.1 (ULTRIX) 7/2/90";#endif lint/* * This routine is one of the main things * in this level of curses that depends on the outside * environment. */#include "curses.ext"/* * Flush stdout. */__cflush(){ fflush(SP->term_file);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -