File:  [MW Coherent from dump] / coherent / g / usr / bin / vsh / winlib / ptem.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 *	Under SCO UNIX release 3.2 version 2.0 the file
 *	/usr/include/sys/ptem.h is so buggy that it crashes
 *	the compiler :-(
 *	The struct winsize is extracted from this file.
 *
 *	09-DEC-1991 Udo Munk
 */

/*
 * Windowing structure to support JWINSIZE/TIOCSWINSZ/TIOCGWINSZ 
 */
struct winsize {
	unsigned short ws_row;       /* rows, in characters*/
	unsigned short ws_col;       /* columns, in character */
	unsigned short ws_xpixel;    /* horizontal size, pixels */
	unsigned short ws_ypixel;    /* vertical size, pixels */
};

unix.superglobalmegacorp.com

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