[net.sources] Fix to Rogue font for GIGI

bcr6454@ritcv.UUCP (05/17/84)

	I goofed. I didn't realize escape characters got eaten in transit.
To get that font to work implement the following:

	On the first line:

		Pp

	Becomes:

		^[Pp

	And on the last two line the code should read:

		^[\
		^[(1^[\

	Where '^[' is the elusive escape character.

Apologies if I created any headaches,


			Barry Ruff
			!rochester!ritcv!ritvp!bcr6454