📄 wattroff.c
字号:
#ifdef lintstatic char *sccsid = "@(#)wattroff.c 4.1 (ULTRIX) 7/2/90";#endif lint/* * 1/26/81 (Berkeley) @(#)standout.c 1.1 */# include "curses.ext"/* * Turn off selected attributes. */wattroff(win, attrs)register WINDOW *win;int attrs;{#ifdef DEBUG if(outf) fprintf(outf, "WATTRON(%x, %o)\n", win, attrs);#endif win->_attrs &= ~attrs; return 1;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -