
struct IntuiText HP2IText9 = {
	1,0,JAM2,
	72,88,
	&TOPAZ80,
	(UBYTE *)"spaces, but you can change that.",
	NULL
};

struct IntuiText HP2IText8 = {
	1,0,JAM2,
	4,79,
	&TOPAZ80,
	(UBYTE *)"(ASCII 9) into spaces.  8 is the default number of",
	&HP2IText9
};

struct IntuiText HP2IText7 = {
	1,0,JAM2,
	8,69,
	&TOPAZ80,
	(UBYTE *)"is turned on, it will convert all horizontal tabs",
	&HP2IText8
};

struct IntuiText HP2IText6 = {
	1,0,JAM2,
	13,59,
	&TOPAZ80,
	(UBYTE *)"spaces.  Similarly, if the Convert TABS > SPACES",
	&HP2IText7
};

struct IntuiText HP2IText5 = {
	1,0,JAM2,
	26,49,
	&TOPAZ80,
	(UBYTE *)"will be replaced by the appropriate number of",
	&HP2IText6
};

struct IntuiText HP2IText4 = {
	1,0,JAM2,
	14,39,
	&TOPAZ80,
	(UBYTE *)"this option is on, all occurrences of this type",
	&HP2IText5
};

struct IntuiText HP2IText3 = {
	1,0,JAM2,
	24,30,
	&TOPAZ80,
	(UBYTE *)"Convert INSERT {N} CHAR is a toggle menu.  If",
	&HP2IText4
};

struct IntuiText HP2IText2 = {
	3,0,JAM2,
	61,14,
	&TOPAZ80,
	(UBYTE *)"A menu called SPECIAL has been added.",
	&HP2IText3
};

#define HelpTextList2 HP2IText2

SHORT HPBorderVectors1[] = {
	0,0,
	84,0,
	84,12,
	0,12,
	0,0
};
struct Border HPBorder1 = {
	-1,-1,
	3,0,JAM1,
	5,
	HPBorderVectors1,
	0
};

struct IntuiText HPIText1 = {
	1,0,JAM2,
	25,2,
	&TOPAZ80,
	(UBYTE *)"MORE",
	0
};

struct Gadget HPGadget1 = {
	0,
	305,130,
	83,11,
	0,
	RELVERIFY,
	BOOLGADGET,
	(APTR)&HPBorder1,
	0,
	&HPIText1,
	0,
	0,
	0,
	0
};

struct IntuiText HPIText13 = {
	1,0,JAM2,
	11,135,
	&TOPAZ80,
	(UBYTE *)"(values are decimal codes)",
	0
};

struct IntuiText HPIText12 = {
	2,0,JAM2,
	30,120,
	&TOPAZ80,
	(UBYTE *)"CAN DBLWID: 20 CAN LINE: 24",
	&HPIText13
};

struct IntuiText HPIText11 = {
	2,0,JAM2,
	30,110,
	&TOPAZ80,
	(UBYTE *)"SEL PRINT: 17  CAN COND: 18   DESEL PRNT: 19",
	&HPIText12
};

struct IntuiText HPIText10 = {
	2,0,JAM2,
	30,100,
	&TOPAZ80,
	(UBYTE *)"FORM FEED: 12  DBL WIDTH: 14  SEL COND: 15",
	&HPIText11
};

struct IntuiText HPIText9 = {
	2,0,JAM2,
	30,90,
	&TOPAZ80,
	(UBYTE *)"BELL: 07       BKSP: 08       C/R: 13",
	&HPIText10
};

struct IntuiText HPIText8 = {
	1,0,JAM2,
	110,77,
	&TOPAZ80,
	(UBYTE *)"the following values:",
	&HPIText9
};

struct IntuiText HPIText7 = {
	1,0,JAM2,
	26,67,
	&TOPAZ80,
	(UBYTE *)"may mess up the display). Special codes have",
	&HPIText8
};

struct IntuiText HPIText6 = {
	1,0,JAM2,
	18,57,
	&TOPAZ80,
	(UBYTE *)"reverse all the gadgets (though continuous use",
	&HPIText7
};

struct IntuiText HPIText5 = {
	1,0,JAM2,
	17,48,
	&TOPAZ80,
	(UBYTE *)"unless their gadget is turned ON.  INVERT will",
	&HPIText6
};

struct IntuiText HPIText4 = {
	1,0,JAM2,
	20,39,
	&TOPAZ80,
	(UBYTE *)"By default, ALL codes listed will be stripped",
	&HPIText5
};

struct IntuiText HPIText3 = {
	3,0,JAM2,
	43,21,
	&TOPAZ80,
	(UBYTE *)"©1992 Legendary Design Technologies Inc.",
	&HPIText4
};

struct IntuiText HPIText2 = {
	3,0,JAM2,
	83,12,
	&TOPAZ80,
	(UBYTE *)"StripANSI v1.2  by Syd L. Bolton",
	&HPIText3
};

#define HelpTextList HPIText2

struct NewWindow NewHPWin = {
	116,26,
	408,148,
	0,1,
	GADGETUP+CLOSEWINDOW,
	WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE+NOCAREREFRESH,
	&HPGadget1,
	0,
	(UBYTE *)"<- Click to close.  StripANSI 1.2 Help",
	0,
	0,
	5,5,
	-1,-1,
	WBENCHSCREEN
};
