📄 wstandend.c
字号:
#ifndef lintstatic char sccsid[] = "@(#)wstandend.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */#endif/* * 1/26/81 (Berkeley) @(#)standout.c 1.1 */# include "curses.ext"/* * exit standout mode */wstandend(win)register WINDOW *win;{#ifdef DEBUG if(outf) fprintf(outf, "WSTANDEND(%x)\n", win);#endif win->_attrs = 0; return 1;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -