Removed maintain.er and boilerplate; integrated contents into README;

replaced boilerplate with "Public Domain Curses", which covers both the
name and the (lack of) copyright status. :-)
This commit is contained in:
William McBrine
2008-07-13 06:36:32 +00:00
parent 57765baba7
commit bdc31fad97
96 changed files with 202 additions and 1193 deletions

View File

@@ -73,7 +73,7 @@ $(ZIPFILE):
zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif \
Makefile.in config.h.in configure configure.ac config.guess \
config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \
curspriv.h panel.h term.h maintain.er pdcurses/README \
curspriv.h panel.h term.h pdcurses/README \
pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \
dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \
os2/*.lrf os2/*.def sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \
@@ -91,7 +91,7 @@ zip: $(ZIPFILE)
$(PDC_DIR)/config.guess $(PDC_DIR)/x11/xcurses-config.in \
$(PDC_DIR)/config.sub $(PDC_DIR)/configure.ac \
$(PDC_DIR)/install-sh $(PDC_DIR)/curses.h $(PDC_DIR)/curspriv.h \
$(PDC_DIR)/panel.h $(PDC_DIR)/term.h $(PDC_DIR)/maintain.er \
$(PDC_DIR)/panel.h $(PDC_DIR)/term.h \
$(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c \
$(PDC_DIR)/demos/README $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h \
$(PDC_DIR)/doc/*.txt $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c \

View File

@@ -1,4 +1,4 @@
# $Id: PDCurses.spec,v 1.16 2007/11/07 23:33:05 wmcbrine Exp $
# $Id: PDCurses.spec,v 1.17 2008/07/13 06:36:31 wmcbrine Exp $
%define ver 34
%define verdot 3.4
@@ -40,7 +40,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%files
%defattr(-,root,root)
%doc README HISTORY maintain.er
%doc README HISTORY
%{base}/bin/xcurses-config
%{base}/lib/libXCurses.a
%{base}/lib/libXpanel.a

24
README
View File

@@ -1,8 +1,8 @@
Welcome to PDCurses!
====================
PDCurses is an implementation of X/Open curses for multiple platforms.
The latest version can be found at:
Public Domain Curses, aka PDCurses, is an implementation of X/Open
curses for multiple platforms. The latest version can be found at:
http://pdcurses.sourceforge.net/
@@ -12,13 +12,17 @@ For changes, see the HISTORY file.
Legal Stuff
-----------
The core package is Public Domain, but portions of PDCurses are subject
to copyright under various licenses. Each directory contains a README
file, with a section titled "Distribution Status" which describes the
status of the files in that directory.
The core package is in the public domain, but small portions of PDCurses
are subject to copyright under various licenses. Each directory
contains a README file, with a section titled "Distribution Status"
which describes the status of the files in that directory.
Although PDCurses is Public Domain, mention of PDCurses in the
documentation of packages linked with it is greatly appreciated.
If you use PDCurses in an application, an acknowledgement would be
appreciated, but is not mandatory. If you make corrections or
enhancements to PDCurses, please forward them to the current maintainer
for the benefit of other users.
This software is provided AS IS with NO WARRANTY whatsoever.
Ports
@@ -41,6 +45,4 @@ described within it.
Maintainer
----------
The PDCurses package (and its predecessors) have had various maintainers
over the years. The contact details of the current maintainer of the
package are listed in the file "maintain.er".
William McBrine (wmcbrine@users.sf.net)

View File

@@ -1,20 +1,9 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: curses.h,v 1.291 2007/11/14 21:06:45 wmcbrine Exp $ */
/* $Id: curses.h,v 1.292 2008/07/13 06:36:31 wmcbrine Exp $ */
/*----------------------------------------------------------------------*
* PDCurses *
* PDCurses *
*----------------------------------------------------------------------*/
#ifndef __PDCURSES__
@@ -25,6 +14,8 @@
PDCurses definitions list: (Only define those needed)
XCURSES True if compiling for X11.
PDC_RGB True if you want to use RGB color definitions
(Red = 1, Green = 2, Blue = 4) instead of BGR.
PDCurses portable platform definitions list:

View File

@@ -1,21 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: curspriv.h,v 1.156 2007/11/07 04:55:21 wmcbrine Exp $ */
/* $Id: curspriv.h,v 1.157 2008/07/13 06:36:31 wmcbrine Exp $ */
/* CURSPRIV.H
Private definitions and declarations for use within PDCurses.
/* Private definitions and declarations for use within PDCurses.
These should generally not be referenced by applications. */
#ifndef __CURSES_INTERNALS__

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcdos.h"
RCSID("$Id: pdcclip.c,v 1.31 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcclip.c,v 1.32 2008/07/13 06:36:31 wmcbrine Exp $")
#include <stdlib.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcdos.h"
RCSID("$Id: pdcdisp.c,v 1.63 2007/07/03 00:11:45 wmcbrine Exp $")
RCSID("$Id: pdcdisp.c,v 1.64 2008/07/13 06:36:31 wmcbrine Exp $")
/* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these
match code page 437 and compatible pages (CP850, CP852, etc.) */

View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: pdcdos.h,v 1.28 2007/07/03 00:11:45 wmcbrine Exp $ */
/* $Id: pdcdos.h,v 1.29 2008/07/13 06:36:31 wmcbrine Exp $ */
#include <curspriv.h>
#include <string.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcdos.h"
RCSID("$Id: pdcgetsc.c,v 1.40 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcgetsc.c,v 1.41 2008/07/13 06:36:31 wmcbrine Exp $")
#include <stdlib.h>

View File

@@ -1,15 +1,4 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* MS C doesn't return flags from int86() */
#ifdef MSC
@@ -22,7 +11,7 @@
#include "pdcdos.h"
RCSID("$Id: pdckbd.c,v 1.85 2007/11/29 21:54:12 wmcbrine Exp $")
RCSID("$Id: pdckbd.c,v 1.86 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcdos.h"
RCSID("$Id: pdcscrn.c,v 1.87 2007/07/03 01:51:44 wmcbrine Exp $")
RCSID("$Id: pdcscrn.c,v 1.88 2008/07/13 06:36:31 wmcbrine Exp $")
#include <stdlib.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcdos.h"
RCSID("$Id: pdcsetsc.c,v 1.37 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcsetsc.c,v 1.38 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcdos.h"
RCSID("$Id: pdcutil.c,v 1.22 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcutil.c,v 1.23 2008/07/13 06:36:31 wmcbrine Exp $")
void PDC_beep(void)
{

View File

@@ -1 +0,0 @@
William McBrine <wmcbrine@users.sf.net>

View File

@@ -10,7 +10,6 @@ dist: $(PDCLIBS)
echo Public Domain. >> file_id.diz
echo $(PDCURSES_SRCDIR)\README > flist
echo $(PDCURSES_SRCDIR)\HISTORY >> flist
echo $(PDCURSES_SRCDIR)\maintain.er >> flist
echo $(PDCURSES_SRCDIR)\curses.h >> flist
echo $(PDCURSES_SRCDIR)\curspriv.h >> flist
echo $(PDCURSES_SRCDIR)\panel.h >> flist

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcos2.h"
RCSID("$Id: pdcclip.c,v 1.31 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcclip.c,v 1.32 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcos2.h"
RCSID("$Id: pdcdisp.c,v 1.47 2007/07/03 00:11:45 wmcbrine Exp $")
RCSID("$Id: pdcdisp.c,v 1.48 2008/07/13 06:36:31 wmcbrine Exp $")
/* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these
match code page 437 and compatible pages (CP850, CP852, etc.) */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcos2.h"
RCSID("$Id: pdcgetsc.c,v 1.37 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcgetsc.c,v 1.38 2008/07/13 06:36:31 wmcbrine Exp $")
/* return width of screen/viewport */

View File

@@ -1,15 +1,4 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#if defined(__EMX__) || defined(__WATCOMC__) || defined(__IBMC__) || \
defined(__TURBOC__)
@@ -19,7 +8,7 @@ defined(__TURBOC__)
#include "pdcos2.h"
RCSID("$Id: pdckbd.c,v 1.87 2007/11/29 21:54:12 wmcbrine Exp $")
RCSID("$Id: pdckbd.c,v 1.88 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: pdcos2.h,v 1.7 2007/07/03 00:11:45 wmcbrine Exp $ */
/* $Id: pdcos2.h,v 1.8 2008/07/13 06:36:31 wmcbrine Exp $ */
#ifdef _MSC_VER
# define USE_OS2_H 1 /* Use the os2.h for the compiler */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcos2.h"
RCSID("$Id: pdcscrn.c,v 1.74 2007/07/03 01:51:44 wmcbrine Exp $")
RCSID("$Id: pdcscrn.c,v 1.75 2008/07/13 06:36:31 wmcbrine Exp $")
#ifdef CHTYPE_LONG
# define PDC_OFFSET 32

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcos2.h"
RCSID("$Id: pdcsetsc.c,v 1.42 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcsetsc.c,v 1.43 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcos2.h"
RCSID("$Id: pdcutil.c,v 1.12 2007/06/14 13:50:26 wmcbrine Exp $")
RCSID("$Id: pdcutil.c,v 1.13 2008/07/13 06:36:31 wmcbrine Exp $")
#if defined(OS2) && !defined(__EMX__)
APIRET APIENTRY DosSleep(ULONG ulTime);

17
panel.h
View File

@@ -1,20 +1,9 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: panel.h,v 1.17 2007/06/05 07:37:06 wmcbrine Exp $ */
/* $Id: panel.h,v 1.18 2008/07/13 06:36:31 wmcbrine Exp $ */
/*----------------------------------------------------------------------*
* Panels for PDCurses *
* Panels for PDCurses *
*----------------------------------------------------------------------*/
#ifndef __PDCURSES_PANEL_H__

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: addch.c,v 1.52 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: addch.c,v 1.53 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: addchstr.c,v 1.41 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: addchstr.c,v 1.42 2008/07/13 06:36:31 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: addstr.c,v 1.42 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: addstr.c,v 1.43 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: attr.c,v 1.39 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: attr.c,v 1.40 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: beep.c,v 1.32 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: beep.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: bkgd.c,v 1.37 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: bkgd.c,v 1.38 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: border.c,v 1.51 2007/07/04 22:24:17 wmcbrine Exp $")
RCSID("$Id: border.c,v 1.52 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: clear.c,v 1.33 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: clear.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: color.c,v 1.81 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: color.c,v 1.82 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: debug.c,v 1.5 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: debug.c,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: delch.c,v 1.31 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: delch.c,v 1.32 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: deleteln.c,v 1.33 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: deleteln.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: deprec.c,v 1.4 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: deprec.c,v 1.5 2008/07/13 06:36:32 wmcbrine Exp $")
/* Deprecated functions. These should not be used, and will eventually
be removed. They're here solely for the benefit of applications that

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: getch.c,v 1.70 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: getch.c,v 1.71 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: getstr.c,v 1.48 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: getstr.c,v 1.49 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: getyx.c,v 1.26 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: getyx.c,v 1.27 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: inch.c,v 1.31 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: inch.c,v 1.32 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: inchstr.c,v 1.32 2007/06/21 21:50:48 wmcbrine Exp $")
RCSID("$Id: inchstr.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: initscr.c,v 1.112 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: initscr.c,v 1.113 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: inopts.c,v 1.41 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: inopts.c,v 1.42 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: insch.c,v 1.42 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: insch.c,v 1.43 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: insstr.c,v 1.44 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: insstr.c,v 1.45 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: instr.c,v 1.42 2007/06/25 07:36:45 wmcbrine Exp $")
RCSID("$Id: instr.c,v 1.43 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: kernel.c,v 1.74 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: kernel.c,v 1.75 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: keyname.c,v 1.6 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: keyname.c,v 1.7 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: mouse.c,v 1.43 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: mouse.c,v 1.44 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: move.c,v 1.26 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: move.c,v 1.27 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: outopts.c,v 1.36 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: outopts.c,v 1.37 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: overlay.c,v 1.32 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: overlay.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: pad.c,v 1.47 2007/06/21 23:23:50 wmcbrine Exp $")
RCSID("$Id: pad.c,v 1.48 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: panel.c,v 1.5 2007/06/22 23:38:46 wmcbrine Exp $")
RCSID("$Id: panel.c,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: printw.c,v 1.38 2007/11/07 04:55:21 wmcbrine Exp $")
RCSID("$Id: printw.c,v 1.39 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: refresh.c,v 1.54 2007/07/10 20:56:03 wmcbrine Exp $")
RCSID("$Id: refresh.c,v 1.55 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: scanw.c,v 1.39 2007/11/07 04:55:21 wmcbrine Exp $")
RCSID("$Id: scanw.c,v 1.40 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: scr_dump.c,v 1.28 2007/06/21 07:14:58 wmcbrine Exp $")
RCSID("$Id: scr_dump.c,v 1.29 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: scroll.c,v 1.34 2007/06/24 00:50:34 wmcbrine Exp $")
RCSID("$Id: scroll.c,v 1.35 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: slk.c,v 1.58 2007/12/05 19:30:34 wmcbrine Exp $")
RCSID("$Id: slk.c,v 1.59 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: termattr.c,v 1.52 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: termattr.c,v 1.53 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: terminfo.c,v 1.34 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: terminfo.c,v 1.35 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: touch.c,v 1.27 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: touch.c,v 1.28 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: util.c,v 1.67 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: util.c,v 1.68 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include <curspriv.h>
RCSID("$Id: window.c,v 1.60 2007/12/03 20:01:06 wmcbrine Exp $")
RCSID("$Id: window.c,v 1.61 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdcclip.c,v 1.4 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: pdcclip.c,v 1.5 2008/07/13 06:36:32 wmcbrine Exp $")
#include <stdlib.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdcdisp.c,v 1.33 2007/07/10 17:33:06 wmcbrine Exp $")
RCSID("$Id: pdcdisp.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $")
#include <stdlib.h>
#include <string.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdcgetsc.c,v 1.6 2007/06/17 19:30:42 wmcbrine Exp $")
RCSID("$Id: pdcgetsc.c,v 1.7 2008/07/13 06:36:32 wmcbrine Exp $")
/* get the cursor size/shape */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdckbd.c,v 1.18 2007/07/07 14:54:02 wmcbrine Exp $")
RCSID("$Id: pdckbd.c,v 1.19 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdcscrn.c,v 1.32 2007/07/11 21:01:09 wmcbrine Exp $")
RCSID("$Id: pdcscrn.c,v 1.33 2008/07/13 06:36:32 wmcbrine Exp $")
#include <stdlib.h>
#include "deffont.h"

View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: pdcsdl.h,v 1.15 2007/07/09 06:24:42 wmcbrine Exp $ */
/* $Id: pdcsdl.h,v 1.16 2008/07/13 06:36:32 wmcbrine Exp $ */
#include <curspriv.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdcsetsc.c,v 1.5 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: pdcsetsc.c,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcsdl.h"
RCSID("$Id: pdcutil.c,v 1.4 2007/06/16 05:16:44 wmcbrine Exp $")
RCSID("$Id: pdcutil.c,v 1.5 2008/07/13 06:36:32 wmcbrine Exp $")
void PDC_beep(void)
{

15
term.h
View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: term.h,v 1.14 2007/06/01 02:38:52 wmcbrine Exp $ */
/* $Id: term.h,v 1.15 2008/07/13 06:36:31 wmcbrine Exp $ */
/* PDCurses doesn't operate with terminfo, but we need these functions for
compatibility, to allow some things (notably, interface libraries for

View File

@@ -117,7 +117,6 @@ dist: $(PDCLIBS)
echo Public Domain. >> file_id.diz
zip -9jX pdc$(VER)_cyg_w32 \
$(PDCURSES_SRCDIR)/README $(PDCURSES_SRCDIR)/HISTORY \
$(PDCURSES_SRCDIR)/maintain.er \
$(PDCURSES_SRCDIR)/curses.h $(PDCURSES_SRCDIR)/curspriv.h \
$(PDCURSES_SRCDIR)/panel.h $(PDCURSES_SRCDIR)/term.h \
$(LIBCURSES) $(LIBPANEL) file_id.diz

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdcclip.c,v 1.28 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: pdcclip.c,v 1.29 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdcdisp.c,v 1.45 2007/07/03 00:11:46 wmcbrine Exp $")
RCSID("$Id: pdcdisp.c,v 1.46 2008/07/13 06:36:32 wmcbrine Exp $")
#include <stdlib.h>
#include <string.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdcgetsc.c,v 1.34 2007/06/14 13:50:27 wmcbrine Exp $")
RCSID("$Id: pdcgetsc.c,v 1.35 2008/07/13 06:36:32 wmcbrine Exp $")
/* get the cursor size/shape */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdckbd.c,v 1.112 2007/07/22 23:42:58 wmcbrine Exp $")
RCSID("$Id: pdckbd.c,v 1.113 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdcscrn.c,v 1.89 2007/07/22 21:48:18 wmcbrine Exp $")
RCSID("$Id: pdcscrn.c,v 1.90 2008/07/13 06:36:32 wmcbrine Exp $")
#ifdef CHTYPE_LONG
# define PDC_OFFSET 32

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdcsetsc.c,v 1.38 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcsetsc.c,v 1.39 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcwin.h"
RCSID("$Id: pdcutil.c,v 1.12 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcutil.c,v 1.13 2008/07/13 06:36:32 wmcbrine Exp $")
void PDC_beep(void)
{

View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: pdcwin.h,v 1.5 2007/07/22 21:48:18 wmcbrine Exp $ */
/* $Id: pdcwin.h,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $ */
#ifdef PDC_WIDE
# define UNICODE

View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: compose.h,v 1.1 2006/12/12 09:55:35 wmcbrine Exp $ */
/* $Id: compose.h,v 1.2 2008/07/13 06:36:32 wmcbrine Exp $ */
/* Tables and variables for the built-in compose key system. This file
is not included when PDCurses is built with XIM support. */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcclip.c,v 1.33 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcclip.c,v 1.34 2008/07/13 06:36:32 wmcbrine Exp $")
#include <stdlib.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcdisp.c,v 1.44 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcdisp.c,v 1.45 2008/07/13 06:36:32 wmcbrine Exp $")
#include <string.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcgetsc.c,v 1.24 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcgetsc.c,v 1.25 2008/07/13 06:36:32 wmcbrine Exp $")
/* return width of screen/viewport */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdckbd.c,v 1.60 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdckbd.c,v 1.61 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcscrn.c,v 1.53 2007/07/03 00:11:47 wmcbrine Exp $")
RCSID("$Id: pdcscrn.c,v 1.54 2008/07/13 06:36:32 wmcbrine Exp $")
/* COLOR_PAIR to attribute encoding table. */

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcsetsc.c,v 1.31 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcsetsc.c,v 1.32 2008/07/13 06:36:32 wmcbrine Exp $")
#include <string.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcutil.c,v 1.8 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcutil.c,v 1.9 2008/07/13 06:36:32 wmcbrine Exp $")
#if defined(HAVE_POLL) && !defined(HAVE_USLEEP)
# include <poll.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: pdcx11.c,v 1.94 2007/07/03 00:11:47 wmcbrine Exp $")
RCSID("$Id: pdcx11.c,v 1.95 2008/07/13 06:36:32 wmcbrine Exp $")
#include <errno.h>
#include <stdlib.h>

View File

@@ -1,17 +1,6 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
/* $Id: pdcx11.h,v 1.62 2007/11/07 04:55:21 wmcbrine Exp $ */
/* $Id: pdcx11.h,v 1.63 2008/07/13 06:36:32 wmcbrine Exp $ */
#include <curspriv.h>

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: sb.c,v 1.25 2007/06/14 14:11:31 wmcbrine Exp $")
RCSID("$Id: sb.c,v 1.26 2008/07/13 06:36:32 wmcbrine Exp $")
/*man-start**************************************************************

View File

@@ -1,19 +1,8 @@
/************************************************************************
* This file is part of PDCurses. PDCurses is public domain software; *
* you may use it for any purpose. This software is provided AS IS with *
* NO WARRANTY whatsoever. *
* *
* If you use PDCurses in an application, an acknowledgement would be *
* appreciated, but is not mandatory. If you make corrections or *
* enhancements to PDCurses, please forward them to the current *
* maintainer for the benefit of other users. *
* *
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* Public Domain Curses */
#include "pdcx11.h"
RCSID("$Id: x11.c,v 1.91 2007/07/03 00:11:47 wmcbrine Exp $")
RCSID("$Id: x11.c,v 1.92 2008/07/13 06:36:32 wmcbrine Exp $")
#ifdef HAVE_DECKEYSYM_H
# include <DECkeysym.h>