mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Normalized email addresses, where possible.
This commit is contained in:
6
HISTORY
6
HISTORY
@@ -1241,7 +1241,7 @@ INTRODUCTION:
|
||||
you avoid the Unix port at this stage.
|
||||
|
||||
The other major addition to PDCurses is the support for DJGPP (the DOS
|
||||
port of GNU C++). Thanks to David Nugent (davidn@csource.oz.au).
|
||||
port of GNU C++). Thanks to David Nugent <davidn@csource.oz.au>.
|
||||
|
||||
Other additions are copywin() function, function debugging support and
|
||||
getting the small and medium memory models to work. The testcurs.c demo
|
||||
@@ -1464,7 +1464,7 @@ ACKNOWLEDGEMENTS:
|
||||
|
||||
John 'Frotz' Fa'atuai, the previous maintainer for providing an
|
||||
excellent base for further development.
|
||||
John Burnell (johnb@kea.am.dsir.govt.nz), for the OS/2 port.
|
||||
John Burnell <johnb@kea.am.dsir.govt.nz>, for the OS/2 port.
|
||||
John Steele, Jason (finally NOT a John) Shumate....
|
||||
for various fixes and suggestions.
|
||||
Eberhardt Mattes (author of emx) for allowing code based on his
|
||||
@@ -1620,7 +1620,7 @@ specify what characters should be used as box borders when the box()
|
||||
functions are called. If the new border characters are non-0, they
|
||||
override the border characters specified in the box() call. In my
|
||||
understanding, this functionality is required for AT&T UNIX sV.3
|
||||
compatibility. Thanks for this goes to Tony L. Hansen
|
||||
compatibility. Thanks for this goes to Tony L. Hansen
|
||||
(hansen@pegasus.UUCP) for posting an article about it on Usenet
|
||||
(newsgroup comp.unix.questions; his posting was not related at all to
|
||||
PCcurses).
|
||||
|
||||
2
README
2
README
@@ -45,4 +45,4 @@ described within it.
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
William McBrine (wmcbrine@users.sf.net)
|
||||
William McBrine <wmcbrine@users.sf.net>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* This is a test program for PDCurses. Originally by John Burnell
|
||||
* (johnb@kea.am.dsir.govt.nz).
|
||||
* This is a test program for PDCurses. Originally by
|
||||
* John Burnell <johnb@kea.am.dsir.govt.nz>
|
||||
*
|
||||
* wrs(5/28/93) -- modified to be consistent (perform identically) with
|
||||
* either PDCurses or under Unix System V, R4
|
||||
* wrs(5/28/93) -- modified to be consistent (perform identically)
|
||||
* with either PDCurses or under Unix System V, R4
|
||||
*
|
||||
* $Id: testcurs.c,v 1.84 2008/07/13 16:08:17 wmcbrine Exp $
|
||||
* $Id: testcurs.c,v 1.85 2008/07/14 12:35:23 wmcbrine Exp $
|
||||
*/
|
||||
|
||||
#ifndef _XOPEN_SOURCE_EXTENDED
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
/*
|
||||
* 'textual user interface'
|
||||
*
|
||||
* $Id: tui.c,v 1.33 2008/07/13 16:08:17 wmcbrine Exp $
|
||||
* $Id: tui.c,v 1.34 2008/07/14 12:35:23 wmcbrine Exp $
|
||||
*
|
||||
* Author : P.J. Kunst (kunst@prl.philips.nl)
|
||||
* Author : P.J. Kunst <kunst@prl.philips.nl>
|
||||
* Date : 25-02-93
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* 'textual user interface'
|
||||
*
|
||||
* $Id: tui.h,v 1.10 2008/07/13 16:08:17 wmcbrine Exp $
|
||||
* $Id: tui.h,v 1.11 2008/07/14 12:35:23 wmcbrine Exp $
|
||||
*
|
||||
* Author : P.J. Kunst (kunst@prl.philips.nl)
|
||||
* Author : P.J. Kunst <kunst@prl.philips.nl>
|
||||
* Date : 25-02-93
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* $Id: tuidemo.c,v 1.21 2008/07/13 16:08:17 wmcbrine Exp $
|
||||
* $Id: tuidemo.c,v 1.22 2008/07/14 12:35:23 wmcbrine Exp $
|
||||
*
|
||||
* Author : P.J. Kunst (kunst@prl.philips.nl)
|
||||
* Author : P.J. Kunst <kunst@prl.philips.nl>
|
||||
* Date : 25-02-93
|
||||
*
|
||||
* Purpose: This program demonstrates the use of the 'curses' library
|
||||
|
||||
@@ -45,5 +45,5 @@ The files in this directory are released to the Public Domain.
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
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)
|
||||
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>
|
||||
|
||||
@@ -21,5 +21,5 @@ The files in this directory are released to the Public Domain.
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
The panel library was originally provided by Warren Tucker N4HGF
|
||||
{gatech,emory}!n4hgf!wht -or- wht@n4hgf.Mt-Park.GA.US
|
||||
The panel library was originally provided by
|
||||
Warren Tucker <wht@n4hgf.mt-park.ga.us>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <curspriv.h>
|
||||
|
||||
RCSID("$Id: overlay.c,v 1.35 2008/07/14 12:22:13 wmcbrine Exp $")
|
||||
RCSID("$Id: overlay.c,v 1.36 2008/07/14 12:35:23 wmcbrine Exp $")
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
@@ -43,7 +43,7 @@ RCSID("$Id: overlay.c,v 1.35 2008/07/14 12:22:13 wmcbrine Exp $")
|
||||
|
||||
**man-end****************************************************************/
|
||||
|
||||
/* Thanks to Andreas Otte (venn@@uni-paderborn.de) for the
|
||||
/* Thanks to Andreas Otte <venn@@uni-paderborn.de> for the
|
||||
corrected overlay()/overwrite() behavior. */
|
||||
|
||||
static int _copy_win(const WINDOW *src_w, WINDOW *dst_w, int src_tr,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <curspriv.h>
|
||||
|
||||
RCSID("$Id: panel.c,v 1.7 2008/07/13 16:08:18 wmcbrine Exp $")
|
||||
RCSID("$Id: panel.c,v 1.8 2008/07/14 12:35:23 wmcbrine Exp $")
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
@@ -52,7 +52,7 @@ RCSID("$Id: panel.c,v 1.7 2008/07/13 16:08:18 wmcbrine Exp $")
|
||||
hide_panel() removes a panel from the deck and thus hides it
|
||||
from view.
|
||||
|
||||
move_panel() move() the curses window associated with pan, so
|
||||
move_panel() moves the curses window associated with pan, so
|
||||
that its upper lefthand corner is at the supplied coordinates.
|
||||
(Do not use mvwin() on the window.)
|
||||
|
||||
@@ -119,8 +119,7 @@ RCSID("$Id: panel.c,v 1.7 2008/07/13 16:08:18 wmcbrine Exp $")
|
||||
update_panels - - Y
|
||||
|
||||
Credits:
|
||||
Original Author - Warren Tucker N4HGF
|
||||
{gatech,emory}!n4hgf!wht -or- wht@n4hgf.Mt-Park.GA.US
|
||||
Original Author - Warren Tucker <wht@n4hgf.mt-park.ga.us>
|
||||
|
||||
**man-end****************************************************************/
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ The files in this directory are released to the Public Domain.
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
SDL port was provided by William McBrine (wmcbrine@users.sf.net)
|
||||
SDL port was provided by William McBrine <wmcbrine@users.sf.net>
|
||||
|
||||
@@ -73,4 +73,4 @@ The files in this directory are released to the Public Domain.
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
Generic Win32 port was provided by Chris Szurgot (szurgot@itribe.net)
|
||||
Generic Win32 port was provided by Chris Szurgot <szurgot@itribe.net>
|
||||
|
||||
@@ -61,4 +61,4 @@ To be Done
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
X11 port was provided by Mark Hessling (mark@rexx.org)
|
||||
X11 port was provided by Mark Hessling <mark@rexx.org>
|
||||
|
||||
Reference in New Issue
Block a user