home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
beehive
/
utilitys
/
swdemo15.arc
/
CDINTRO2.C
< prev
next >
Wrap
Text File
|
1991-08-11
|
2KB
|
39 lines
/********************************************************
File: CDINTRO2.C
Use: Ascii of page 2 of the introduction
Eugene Nolan
Copyright 1989, All rights reserved
********************************************************/
/* For a definition of the different codes seen here, please see
CDEMODAT.C file */
char *intro2[]= {
"\033G\034\376\033F\007SWIND Windowing Library\033F\376",
"\033G\042\001Eugene Nolan",
"\033G\041\002Copyright 1989\n\r",
"\033F\007Swind\033F\376",
"\011Windowing library functions:\n\r\n",
"\011Winit() Initialize the windowing system\n\r",
"\011Wopen(pnt) int *pnt; Open a window, pnt points to definition\n\r",
"\011Wdelet(id) Delete window ID\n\r",
"\011Whide(id) Hide window ID\n\r",
"\011Wunhid(id) Unhide window ID\n\r",
"\011Wresiz(id,xmin,ymin,xmax,ymax) Resize window ID to x\y given\n\r",
"\011Wdochr(chr) Ouput thru virtual terminal\n\r",
"\011Wcurpo(x,y) Position the cursor relative to window\n\r",
"\011Wgcurp(pnt) int *pnt; Return current cursor position\n\r",
"\011Wputch(chr) Put a character at current cursor pos\n\r",
"\011Wsatts(id,atts) Redefine window ID's attributes\n\r",
"\011Wbchr(id,chr,atts) Define char for window border\n\r",
"\011Wclrsc() Clear the video display\n\r",
"\011Wvinit() Initialize the display for output\n\r",
"\011Wgoxy(x,y) Position cursor, raw output\n\r",
"\011Wgoxyc(x,y,chr) Position cursor, draw chr, raw output\n\r",
"\011Wcout(chr) Output chr current position, raw output\r\n",
"\011 Plus more, see SWFTNS.ME\r\n",
" \033F\007Any key to continue\033F\376\377"
};