Did I ever show you ... ?
Jean-Pierre Radley
appl at
Mon Apr 11 14:35:11 PDT 2016
Did I ever show you my subroutines for changing the color of the field
in which the cursor currently resides? It signals where you are rather
more than a little old blinking cursor.
:hilite::show(@ro, at co) "\B3"&fieldval(-, at fd)&"\B-";return:
:lolite::show(@ro, at co) fieldval(-, at fd);return:
Call "gosub hilite" (or "gosub lolite"), at every @wefX (or @wlfX) for
each field X, and at @wef* (or @wlf*) for all the other fields.
UNIX: This works on color screens, which I prefer, so that I set PFTERM
to cansi in my environment. I suppose you could change the request for a
color to a request for inverse in a monotone screen -- haven't tried it.
WINDOWS: This "should" work, but I don't run Windoews, so you tell me.
--
JP
More information about the Filepro-list
mailing list