资源简介
Libncurses库用来在显示器上显示文本界面。典型例子就是Linux内核的make menuconfig配置界面。
Libform库用于 在ncurses中使用表格。
Libmenu库用于在ncurses中使用菜单。
Libpanel库用于在ncurses中使用面板。
代码片段和文件信息
/****************************************************************************
* Copyright (c) 199820102011 Free Software Foundation Inc. *
* *
* Permission is hereby granted free of charge to any person obtaining a *
* copy of this software and associated documentation files (the *
* “Software“) to deal in the Software without restriction including *
* without limitation the rights to use copy modify merge publish *
* distribute distribute with modifications sublicense and/or sell *
* copies of the Software and to permit persons to whom the Software is *
* furnished to do so subject to the following conditions: *
* *
* The above copyright notice and this permission notice shall be included *
* in all copies or substantial portions of the Software. *
* *
* THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS *
* OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
* MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM *
* DAMAGES OR OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR *
* OTHERWISE ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
* *
* Except as contained in this notice the name(s) of the above copyright *
* holders shall not be used in advertising or otherwise to promote the *
* sale use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************/
/****************************************************************************
* Author: Juergen Pfeifer 1996 *
****************************************************************************/
/*
Version Control
$Id: gen.cv 1.59 2011/03/31 23:50:24 tom Exp $
--------------------------------------------------------------------------*/
/*
This program generates various record structures and constants from the
ncurses header file for the Ada95 packages. Essentially it produces
Ada95 source on stdout which is then merged using m4 into a template
to produce the real source.
*/
#ifdef HAVE_CONFIG_H
#include
#else
#include
#define HAVE_USE_DEFAULT_COLORS 1
#endif
#include
#include
#include
#include
#include
#include
#include
相关资源
- 易语言mp3播放器3源码易语言mp3播放器
- 易语言QEHashV3.0源码
- 易语言打开记事本并写入内容源码
- 易语言完美模块化3.0源码易语言报表
- 易语言凡哥记事本V1源码易语言凡哥记
- 易语言屏幕画笔v3源码易语言屏幕画笔
- 易语言拖盘图标操作例程源码
- 易语言动态随机文本加解密源码
- 易语言自定义加解密文本源码
- 易语言字符串加解密源码
- 易语言加解密文本模块源码
- 易语言文本加解密源码
- 易语言极速文本加密解密模块V3.1模块
- 易语言码表文本加解密模块源码
- 易语言加解密例程源码易语言生成随
- 易语言文本加解密例程源码
- DIR2病毒源代码(汇编语言编写)
- VC仿Windows记事本源代码
- 易语言高仿Windows记事本源码
- 易语言加密记事本简单例程源码
- 微信、QQ、TIM、QQ轻聊版防撤回软件(
- 蓝牙源代码应用于LINUX
- Borland Socket Server程序 包含D6和D7源码
-
fli
nk核心源码(追源索骥:透过源码 - Scratch源码
- bp神经网络源代码,可直接运行
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
评论
共有 条评论