Formatting, spelling.

This commit is contained in:
William McBrine
2006-02-13 19:57:58 +00:00
parent dc333a8eba
commit 926ce34f0c
7 changed files with 96 additions and 95 deletions

51
README
View File

@@ -1,42 +1,43 @@
Welcome to PDCurses
PDCurses is an independent reimplementation of System VR4 curses for
multiple platforms. The latest version can be found at:
PDCurses is an independent reimplementation of System VR4 curses for
multiple platforms. The latest version can be found at:
http://pdcurses.sourceforge.net/
Legal Stuff
-----------
The core curses package is Public Domain, but small portions of this
package are subject to various copyright conditions. Each directory
in this package contains a README file. In each of these README files
is a section titled "Distribution Status" which describes the
distribution status of the files within that directory.
Legal Stuff
-----------
Although the core PDCurses package is Public Domain, mention of PDCurses
in the documentation of packages linked with it is greatly appreciated.
The core curses package is Public Domain, but small portions of this
package are subject to various copyright conditions. Each directory in
this package contains a README file. In each of these README files is a
section titled "Distribution Status" which describes the distribution
status of the files within that directory.
Although the core PDCurses package is Public Domain, mention of PDCurses
in the documentation of packages linked with it is greatly appreciated.
Ports
-----
Ports
-----
PDCurses has been ported to DOS, OS/2, WIN32 and X11. A directory
containing the port-specific source files exists for each of these
platforms.
PDCurses has been ported to DOS, OS/2, WIN32 and X11. A directory
containing the port-specific source files exists for each of these
platforms.
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory contain core PDCurses functionality;
therefore all files are released to the Public Domain.
The files in this directory contain core PDCurses functionality;
therefore all files are released to the Public Domain.
Maintainer
----------
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
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".

View File

@@ -1,21 +1,21 @@
Welcome to PDCurses
Contents
--------
This directory contains core PDCurses source code files specific to
the DOS platform.
Contents
--------
This directory contains core PDCurses source code files specific to
the DOS platform.
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory are released to the Public Domain.
The files in this directory are released to the Public Domain.
Acknowlegements
---------------
Acknowlegements
---------------
Watcom C port was provided by Pieter Kunst (kunst@prl.philips.nl)
DJGPP 1.x port was provided by David Nugent (davidn@csource.oz.au)
Microway NDP port was provided by ????
Watcom C port was provided by Pieter Kunst (kunst@prl.philips.nl)
DJGPP 1.x port was provided by David Nugent (davidn@csource.oz.au)

View File

@@ -1,19 +1,14 @@
Welcome to PDCurses
Contents
--------
This directory contains core PDCurses source code files specific to
the OS/2 platform.
Contents
--------
This directory contains core PDCurses source code files specific to
the OS/2 platform.
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory are released to the Public Domain.
Acknowlegements
---------------
Generic OS/2 port was provided by ????
The files in this directory are released to the Public Domain.

View File

@@ -1,19 +1,20 @@
Welcome to PDCurses
Contents
--------
This directory contains source code for a panels library.
Contents
--------
This directory contains source code for a panel library.
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory are released to the Public Domain.
The files in this directory are released to the Public Domain.
Acknowlegements
---------------
Acknowlegements
---------------
This panles library was provided by Warren Tucker N4HGF
{gatech,emory}!n4hgf!wht -or- wht@n4hgf.Mt-Park.GA.US
This panel library was provided by Warren Tucker N4HGF
{gatech,emory}!n4hgf!wht -or- wht@n4hgf.Mt-Park.GA.US

View File

@@ -1,13 +1,14 @@
Welcome to PDCurses
Contents
--------
This directory contains core PDCurses source code files generic to
all platforms.
Contents
--------
This directory contains core PDCurses source code files common to all
platforms.
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory are released to the Public Domain.
The files in this directory are released to the Public Domain.

View File

@@ -1,19 +1,20 @@
Welcome to PDCurses
Contents
--------
This directory contains core PDCurses source code files specific to
the Win32 platform - console mode (Win9x/Me/NT/2k/XP).
Contents
--------
This directory contains core PDCurses source code files specific to the
Win32 platform - console mode (Win9x/Me/NT/2k/XP).
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory are released to the Public Domain.
The files in this directory are released to the Public Domain.
Acknowlegements
---------------
Acknowlegements
---------------
Generic Win32 port was provided by Chris Szurgot (szurgot@itribe.net)
Generic Win32 port was provided by Chris Szurgot (szurgot@itribe.net)

View File

@@ -1,33 +1,37 @@
Welcome to PDCurses for X11 (aka XCurses)
This is a port of PDCurses for X11. It is designed to allow existing
curses programs to be re-compiled with PDCurses resulting in native
X11 programs.
This is a port of PDCurses for X11. It is designed to allow existing
curses programs to be re-compiled with PDCurses resulting in native
X11 programs.
Distribution Status
-------------------
Distribution Status
-------------------
The files in this directory are copyright Mark Hessling 1995-2000.
This source code made be used without restriction when used with
the PDCurses library. Any other use of this source code requires
written permission of the author, Mark Hessling (M.Hessling@qut.edu.au)
The files in this directory are copyright Mark Hessling 1995-2000.
This source code made be used without restriction when used with
the PDCurses library. Any other use of this source code requires
written permission of the author, Mark Hessling (M.Hessling@qut.edu.au).
To be Done
----------
- add newterm() function and have it create a new X window
To be Done
----------
- provide a command line parsing function to enable X command line
arguments to be parsed and stripped from the arguments passed back
to the calling procedure.
- add newterm() function and have it create a new X window
- provide a command line parsing function to enable X command line
arguments to be parsed and stripped from the arguments passed back
to the calling procedure.
- add proper 'flash' behaviour
- add proper 'flash' behaviour
Structure
---------
*** THIS IS OUTDATED ***
x11.c - contains functions that are X11 specific functions that are
used by both the process and thread implementations
x11.h - #defines and includes for the X11 process/thread
@@ -35,5 +39,3 @@ x11_proc.c - contains functions that are used by the X11 (child) process
in the process implementation
curses_proc.c - contains functions that are used by the curses (parent)
process in the process implementation
x11_thread.c -
curses_thread.c -