[net.sources] A_REVERSE

mte@busch.UUCP (Moshe Eliovson) (06/21/85)

	I also had that problem.  A_REVERSE is defined in the System V curses.
	If you don't have it you're stuck.

		Moshe Eliovson
		...{ihnp4,allegra}!we53!busch!mte

datanguay@watdaisy.UUCP (David Tanguay) (06/22/85)

replace wattron(scr, A_REVERSE) with wstandout(scr)
and     wattroff(scr, A_REVERSE) with wstandend(scr)
on 4.2 (i think) - it worked for me

Daiv Tanguay

mark@cbosgd.UUCP (Mark Horton) (07/05/85)

I haven't seen the program that uses A_REVERSE, but chances are
that if you define A_REVERSE as 0200 (this is the Ken Arnold
curses "standout" bit) something reasonable may happen.

	Mark