File:  [MW Coherent from dump] / coherent / d / usr / lib / scn / newscn.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:38 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * Screen builder header.
 */
#ifndef SCN
#define SCN

typedef struct scn scn;
typedef struct backGrnd backGrnd;
typedef struct loc loc;

struct backGrnd {
	char *data;	/* data to display */
	unsigned char row;
	unsigned char loc;
};

/* loc flags */
#define LONGFIELD 1
#define READONLY  2

struct loc {
	char *field;		/* field to fill or
				 * pointer to pointer for LONGFIELD */
	unsigned  len;		/* field length */
	int (*verify)();	/* verify function or null */
	unsigned char flags;
	unsigned char row;	/* location of field on window. */
	unsigned char col;
	unsigned char skipf;	/* skip factor */
	char *help;		/* help message or null */
};
#endif
	

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.