📄 tgetent.c
字号:
#ifdef lintstatic char *sccsid = "@(#)tgetent.c 4.1 (ULTRIX) 7/2/90";#endif lint/* * Simulation of termcap using terminfo. */#include "curses.ext"inttgetent(bp, name)char *bp, *name;{ int rv; if (setupterm(name, 1, &rv) >= 0) /* Leave things as they were (for compatibility) */ reset_shell_mode(); return rv;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -