代码搜索:curses
找到约 2,377 项符合「curses」的源代码
代码结果 2,377
www.eeworm.com/read/365783/9847913
c curses.c
/*
CD Database Application
Beginner's Guide to UNIX Programming with Linux
Version: Terminals
Copyright (c) 1996 Wrox Press
This program is free software; you can redistribute it an
www.eeworm.com/read/163400/10162804
curses makefile.curses
# Generic UNIX makefile (has no ncurses library)
# version $id$
all: bibtool
# Where to install
INSTDIR=/usr/local/bin
MANDIR=/usr/man/man1
bibtool: bibtool.c
gcc -O -o bibtool bibtool.c -lcurses
www.eeworm.com/read/357508/10208002
wide curses.wide
#ifdef _XOPEN_SOURCE_EXTENDED
/* $Id: curses.wide,v 1.28 2004/01/03 20:35:14 tom Exp $ */
extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs;
#define NCURSES_WACS(c) (&_nc_wacs[(unsigned char)c])
#def
www.eeworm.com/read/357508/10208003
in curses.h.in
/****************************************************************************
* Copyright (c) 1998-2003,2004 Free Software Foundation, Inc. *
*
www.eeworm.com/read/357508/10208009
tail curses.tail
/* $Id: curses.tail,v 1.8 2002/11/02 20:26:26 tom Exp $ */
/* mouse interface */
#define NCURSES_MOUSE_VERSION 1
/* event masks */
#define BUTTON1_RELEASED 000000000001L
#define BUTTON1_PRESSED 000
www.eeworm.com/read/467909/6996795
h curses.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* general definitions */
#define ERR 0
www.eeworm.com/read/103838/7104306
h curses.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* general definitions */
#define ERR 0
www.eeworm.com/read/463543/7178610
h curses.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* general definitions */
#define ERR 0
www.eeworm.com/read/458360/7298607
h curses.h
/* @(#) curses.h 1.4 1/27/86 17:46:37 */
/*ident "@(#)cfront:incl/curses.h 1.4"*/
#ifndef WINDOW
# ifndef NONSTANDARD
# include
/*
* This trick is used to distinguish between USG an
www.eeworm.com/read/399963/7819233
c curses.c
/*
CD Database Application
Beginner's Guide to UNIX Programming with Linux
Version: Terminals
Copyright (c) 1996 Wrox Press
This program is free software; you can redistribute it an