ncurses库源码


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 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)