mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
New RCSID macro for RCS id strings; also added RCS id comments to the
remaining .h files. Note that the RCS ids are now static per module and all have the same name.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: curspriv.h,v 1.62 2006/03/28 19:02:39 wmcbrine Exp $ */
|
||||
/* $Id: curspriv.h,v 1.63 2006/03/29 20:06:40 wmcbrine Exp $ */
|
||||
|
||||
/* CURSPRIV.H
|
||||
|
||||
@@ -306,8 +306,10 @@ void movedata(unsigned, unsigned, unsigned, unsigned, unsigned);
|
||||
#ifdef PDCDEBUG
|
||||
void PDC_debug(const char *, ...);
|
||||
# define PDC_LOG(x) if (trace_on) PDC_debug x
|
||||
# define RCSID(x) static const char *rcsid = x
|
||||
#else
|
||||
# define PDC_LOG(x)
|
||||
# define RCSID(x)
|
||||
#endif
|
||||
|
||||
#define PDC_COLORS 8
|
||||
|
||||
@@ -20,10 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCclip =
|
||||
"$Id: pdcclip.c,v 1.20 2006/02/27 08:13:03 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcclip.c,v 1.21 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/* global clipboard contents, should be NULL if none set */
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCdisp =
|
||||
"$Id: pdcdisp.c,v 1.30 2006/03/28 13:45:06 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcdisp.c,v 1.31 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
extern unsigned char atrtab[MAX_ATRTAB];
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCgetsc =
|
||||
"$Id: pdcgetsc.c,v 1.19 2006/03/27 20:11:17 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcgetsc.c,v 1.20 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -18,10 +18,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCgo32 =
|
||||
"$Id: pdcgo32.c,v 1.9 2006/02/22 06:09:46 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcgo32.c,v 1.10 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
#include <pc.h>
|
||||
#include <sys/movedata.h> /* prototypes of dosmemget() and dosmemput() */
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCkbd =
|
||||
"$Id: pdckbd.c,v 1.22 2006/03/27 20:35:13 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdckbd.c,v 1.23 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/************************************************************************
|
||||
* Table for key code translation of function keys in keypad mode *
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
# include <sys/movedata.h>
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCscrn =
|
||||
"$Id: pdcscrn.c,v 1.26 2006/03/27 20:35:13 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcscrn.c,v 1.27 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
static unsigned short *saved_screen = NULL;
|
||||
static int saved_lines = 0;
|
||||
|
||||
@@ -18,10 +18,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCsetsc =
|
||||
"$Id: pdcsetsc.c,v 1.16 2006/02/27 07:28:31 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcsetsc.c,v 1.17 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCclip =
|
||||
"$Id: pdcclip.c,v 1.19 2006/03/26 01:48:49 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcclip.c,v 1.20 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCdisp =
|
||||
"$Id: pdcdisp.c,v 1.23 2006/03/27 14:33:00 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcdisp.c,v 1.24 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
extern unsigned char atrtab[MAX_ATRTAB];
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCgetsc =
|
||||
"$Id: pdcgetsc.c,v 1.20 2006/03/27 20:35:13 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcgetsc.c,v 1.21 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -26,10 +26,7 @@
|
||||
# include <bsedos.h>
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCkbd =
|
||||
"$Id: pdckbd.c,v 1.23 2006/03/27 20:52:01 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdckbd.c,v 1.24 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/************************************************************************
|
||||
* Table for key code translation of function keys in keypad mode *
|
||||
|
||||
@@ -20,10 +20,7 @@
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCscrn =
|
||||
"$Id: pdcscrn.c,v 1.23 2006/03/27 04:35:41 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcscrn.c,v 1.24 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
#ifdef EMXVIDEO
|
||||
static unsigned char *saved_screen = NULL;
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCsetsc =
|
||||
"$Id: pdcsetsc.c,v 1.18 2006/03/26 01:48:49 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcsetsc.c,v 1.19 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_addch =
|
||||
"$Id: addch.c,v 1.18 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: addch.c,v 1.19 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -35,10 +35,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_addchstr =
|
||||
"$Id: addchstr.c,v 1.23 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: addchstr.c,v 1.24 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -36,10 +36,7 @@
|
||||
# undef waddch
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_addstr =
|
||||
"$Id: addstr.c,v 1.18 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: addstr.c,v 1.19 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -33,10 +33,7 @@
|
||||
#undef color_set
|
||||
#undef wcolor_set
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_attr =
|
||||
"$Id: attr.c,v 1.20 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: attr.c,v 1.21 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -27,10 +27,7 @@
|
||||
# undef wrefresh
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_beep =
|
||||
"$Id: beep.c,v 1.18 2006/03/26 01:48:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: beep.c,v 1.19 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -25,10 +25,7 @@
|
||||
#undef wbkgd
|
||||
#undef wbkgdset
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_bkgd =
|
||||
"$Id: bkgd.c,v 1.18 2006/03/27 20:35:30 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: bkgd.c,v 1.19 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
#undef PDC_leftline
|
||||
#undef PDC_rightline
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_border =
|
||||
"$Id: border.c,v 1.20 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: border.c,v 1.21 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -28,10 +28,7 @@
|
||||
#undef clrtoeol
|
||||
#undef wclrtoeol
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_clear =
|
||||
"$Id: clear.c,v 1.18 2006/03/20 07:43:33 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: clear.c,v 1.19 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
|
||||
static void PDC_init_pair(short, short, short);
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_color =
|
||||
"$Id: color.c,v 1.44 2006/03/26 01:48:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: color.c,v 1.45 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -31,10 +31,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_delch =
|
||||
"$Id: delch.c,v 1.17 2006/03/20 07:43:33 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: delch.c,v 1.18 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -27,10 +27,7 @@
|
||||
#undef winsertln
|
||||
#undef mvwinsertln
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_deleteln =
|
||||
"$Id: deleteln.c,v 1.17 2006/03/20 07:43:33 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: deleteln.c,v 1.18 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -33,10 +33,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_getch =
|
||||
"$Id: getch.c,v 1.26 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: getch.c,v 1.27 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -38,10 +38,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_getstr =
|
||||
"$Id: getstr.c,v 1.24 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: getstr.c,v 1.25 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -26,10 +26,7 @@
|
||||
#undef getpary
|
||||
#undef getparx
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_getyx =
|
||||
"$Id: getyx.c,v 1.14 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: getyx.c,v 1.15 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -30,10 +30,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_inch =
|
||||
"$Id: inch.c,v 1.15 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: inch.c,v 1.16 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_inchstr =
|
||||
"$Id: inchstr.c,v 1.15 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: inchstr.c,v 1.16 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -41,10 +41,7 @@
|
||||
# undef wnoutrefresh
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_initscr =
|
||||
"$Id: initscr.c,v 1.40 2006/03/26 01:48:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: initscr.c,v 1.41 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
const char *_curses_notice = "PDCurses 2.8 - Public Domain 2006";
|
||||
|
||||
|
||||
@@ -45,10 +45,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_inopts =
|
||||
"$Id: inopts.c,v 1.24 2006/03/25 00:41:22 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: inopts.c,v 1.25 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -32,10 +32,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_insch =
|
||||
"$Id: insch.c,v 1.16 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: insch.c,v 1.17 2006/03/29 20:06:40 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -37,10 +37,7 @@
|
||||
# undef waddch
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_insstr =
|
||||
"$Id: insstr.c,v 1.21 2006/03/25 01:37:35 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: insstr.c,v 1.22 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -37,10 +37,7 @@
|
||||
# undef mvwinch
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_instr =
|
||||
"$Id: instr.c,v 1.17 2006/03/25 01:37:35 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: instr.c,v 1.18 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -69,10 +69,7 @@ APIRET APIENTRY DosSleep(ULONG ulTime);
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_kernel =
|
||||
"$Id: kernel.c,v 1.42 2006/03/27 20:35:30 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: kernel.c,v 1.43 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
RIPPEDOFFLINE linesripped[5];
|
||||
char linesrippedoff = 0;
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
#undef getmouse
|
||||
#undef getbmap
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_mouse =
|
||||
"$Id: mouse.c,v 1.17 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: mouse.c,v 1.18 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
#undef move
|
||||
#undef wmove
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_move =
|
||||
"$Id: move.c,v 1.14 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: move.c,v 1.15 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
#undef scrollok
|
||||
#undef raw_output
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_outopts =
|
||||
"$Id: outopts.c,v 1.20 2006/03/25 00:30:36 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: outopts.c,v 1.21 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_overlay =
|
||||
"$Id: overlay.c,v 1.17 2006/03/01 08:34:35 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: overlay.c,v 1.18 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
# undef doupdate
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_pad =
|
||||
"$Id: pad.c,v 1.19 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pad.c,v 1.20 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/* save values for pechochar() */
|
||||
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
|
||||
#undef PDC_debug
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCdebug =
|
||||
"$Id: pdcdebug.c,v 1.18 2006/02/27 08:13:03 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcdebug.c,v 1.19 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
bool trace_on = FALSE;
|
||||
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
#endif
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCutil =
|
||||
"$Id: pdcutil.c,v 1.30 2006/03/26 01:48:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcutil.c,v 1.31 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
void PDC_beep(void)
|
||||
{
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCwin =
|
||||
"$Id: pdcwin.c,v 1.38 2006/03/27 14:15:54 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcwin.c,v 1.39 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -36,10 +36,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_printw =
|
||||
"$Id: printw.c,v 1.23 2006/03/11 06:23:16 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: printw.c,v 1.24 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -38,10 +38,7 @@
|
||||
# undef reset_prog_mode
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_refresh =
|
||||
"$Id: refresh.c,v 1.29 2006/03/27 14:33:00 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: refresh.c,v 1.30 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -47,10 +47,7 @@ static int PDC_vsscanf(const char *, const char *, va_list);
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_scanw =
|
||||
"$Id: scanw.c,v 1.23 2006/03/20 17:33:57 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: scanw.c,v 1.24 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
#undef scr_restore
|
||||
#undef scr_set
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_scr_dump =
|
||||
"$Id: scr_dump.c,v 1.13 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: scr_dump.c,v 1.14 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
#undef scrl
|
||||
#undef wscrl
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_scroll =
|
||||
"$Id: scroll.c,v 1.18 2006/03/20 07:43:33 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: scroll.c,v 1.19 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -33,10 +33,7 @@
|
||||
#undef slk_attroff
|
||||
#undef slk_color
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_slk =
|
||||
"$Id: slk.c,v 1.21 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: slk.c,v 1.22 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -31,10 +31,7 @@
|
||||
#undef termname
|
||||
#undef wordchar
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_termattr =
|
||||
"$Id: termattr.c,v 1.26 2006/03/27 04:35:41 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: termattr.c,v 1.27 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
#undef vidattr
|
||||
#undef vidputs
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_terminfo =
|
||||
"$Id: terminfo.c,v 1.20 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: terminfo.c,v 1.21 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -32,10 +32,7 @@
|
||||
# undef wmove
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_touch =
|
||||
"$Id: touch.c,v 1.15 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: touch.c,v 1.16 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
#undef delay_output
|
||||
#undef flushinp
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_util =
|
||||
"$Id: util.c,v 1.30 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: util.c,v 1.31 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -45,10 +45,7 @@
|
||||
# undef wclrtobot
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_window =
|
||||
"$Id: window.c,v 1.26 2006/03/25 00:30:36 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: window.c,v 1.27 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCclip =
|
||||
"$Id: pdcclip.c,v 1.14 2006/02/27 08:13:03 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcclip.c,v 1.15 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
extern HANDLE hConOut;
|
||||
extern unsigned char atrtab[MAX_ATRTAB];
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCdisp =
|
||||
"$Id: pdcdisp.c,v 1.20 2006/03/27 14:33:00 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcdisp.c,v 1.21 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#define INCLUDE_WINDOWS_H
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCgetsc =
|
||||
"$Id: pdcgetsc.c,v 1.14 2006/03/27 16:24:16 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcgetsc.c,v 1.15 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
extern HANDLE hConOut, hConIn;
|
||||
extern CONSOLE_SCREEN_BUFFER_INFO scr;
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#define INCLUDE_WINDOWS_H
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCkbd =
|
||||
"$Id: pdckbd.c,v 1.41 2006/03/26 01:48:53 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdckbd.c,v 1.42 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
#define KEY_STATE TRUE
|
||||
#define MS_MOUSE_MOVED 1
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#define INCLUDE_WINDOWS_H
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCscrn =
|
||||
"$Id: pdcscrn.c,v 1.33 2006/03/27 16:24:16 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcscrn.c,v 1.34 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
#define PDC_RESTORE_NONE 0
|
||||
#define PDC_RESTORE_BUFFER 1
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#define INCLUDE_WINDOWS_H
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCsetsc =
|
||||
"$Id: pdcsetsc.c,v 1.16 2006/03/27 16:24:16 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcsetsc.c,v 1.17 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
extern HANDLE hConOut;
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
copies from any such party to do so. This license includes without
|
||||
limitation a license to do the foregoing actions under any patents of
|
||||
the party supplying this software to the X Consortium.
|
||||
|
||||
$Id: ScrollBox.h,v 1.3 2006/03/29 20:06:41 wmcbrine Exp $
|
||||
*/
|
||||
|
||||
#ifndef _XORAscrollBox_h
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
copies from any such party to do so. This license includes without
|
||||
limitation a license to do the foregoing actions under any patents of
|
||||
the party supplying this software to the X Consortium.
|
||||
|
||||
$Id: ScrollBoxP.h,v 1.4 2006/03/29 20:06:41 wmcbrine Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Id: latin1kbd.h,v 1.3 2006/03/29 20:06:41 wmcbrine Exp $ */
|
||||
|
||||
/* Definitions of latin1 character set for XCurses */
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCclip =
|
||||
"$Id: pdcclip.c,v 1.16 2006/02/27 08:13:03 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcclip.c,v 1.17 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCdisp =
|
||||
"$Id: pdcdisp.c,v 1.20 2006/03/27 14:33:00 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcdisp.c,v 1.21 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -18,10 +18,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCgetsc =
|
||||
"$Id: pdcgetsc.c,v 1.14 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcgetsc.c,v 1.15 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -18,10 +18,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCkbd =
|
||||
"$Id: pdckbd.c,v 1.19 2006/02/23 01:46:52 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdckbd.c,v 1.20 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -18,10 +18,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCscrn =
|
||||
"$Id: pdcscrn.c,v 1.22 2006/03/27 16:26:43 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcscrn.c,v 1.23 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
bool GLOBAL_sb_on = FALSE;
|
||||
bool GLOBAL_slk_on = FALSE;
|
||||
|
||||
@@ -18,10 +18,7 @@
|
||||
#define CURSES_LIBRARY 1
|
||||
#include <curses.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCsetsc =
|
||||
"$Id: pdcsetsc.c,v 1.15 2006/02/27 07:28:32 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcsetsc.c,v 1.16 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCx11 =
|
||||
"$Id: pdcx11.c,v 1.56 2006/03/22 17:10:18 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: pdcx11.c,v 1.57 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
AppData app_data;
|
||||
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char rcsid_x11 =
|
||||
"$Id: x11.c,v 1.41 2006/02/27 07:58:31 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: x11.c,v 1.42 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
extern AppData app_data;
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* $Id: x11.h,v 1.8 2006/03/29 20:06:41 wmcbrine Exp $ */
|
||||
|
||||
void dummy_function(void);
|
||||
void get_GC(Display *, Window, GC *, XFontStruct *, int, int, bool);
|
||||
void makeXY(int, int, int, int, int *, int *);
|
||||
|
||||
@@ -5,10 +5,7 @@
|
||||
|
||||
#include "pdcx11.h"
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char rcsid_x11common =
|
||||
"$Id: x11common.c,v 1.13 2006/03/01 08:04:34 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: x11common.c,v 1.14 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/* Variables specific to process port */
|
||||
|
||||
|
||||
@@ -10,10 +10,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char rcsid_x11curses =
|
||||
"$Id: x11curses.c,v 1.28 2006/03/01 08:04:34 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: x11curses.c,v 1.29 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
extern AppData app_data;
|
||||
|
||||
|
||||
5
x11/sb.c
5
x11/sb.c
@@ -26,10 +26,7 @@
|
||||
#undef sb_get_vert
|
||||
#undef sb_refresh
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_sb =
|
||||
"$Id: sb.c,v 1.15 2006/02/23 01:46:53 wmcbrine Exp $";
|
||||
#endif
|
||||
RCSID("$Id: sb.c,v 1.16 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user