📄 menu_cols.c
字号:
#ifndef lintstatic char sccsid[] = "@(#)menu_cols.c 1.1 92/07/30";#endif/* * Name: menu_cols.c * * Description: Return the number of columns on the screen in the * menu system. * * Call syntax: count = menu_cols(); * * Return value: menu_coord count; */#include <curses.h>#include "menu.h"menu_coordmenu_cols(){ return(COLS);} /* end menu_cols() */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -