home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
turbopas
/
window11.lbr
/
WINDOW.LZB
/
WINDOW.LIB
Wrap
Text File
|
1988-07-12
|
640b
|
20 lines
{****************************************************}
{* WINDOW.LIB - Library of variables for WINDOW.INC *}
{* Change dta to change the maximum text width of a *}
{* window. WARNING!!! This increases the memory *}
{* that all windows take up. *}
{* Ver 1.1 - Orion Poplawski *}
{****************************************************}
type screen_pointer = ^screen;
screen = record
title:string[36];
num,xl,xs,yl,ys:byte;
dta:array[1..22] of string[38];
next:sptr;
end;
var ss,sl,s1,s2:screen_pointer;
wind_num:integer;