1. cursor
------=_NextPart_000_0034_01BF6E12.36989820
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Is there a way to flip the cursor between underline and block??
..thanks... george
------=_NextPart_000_0034_01BF6E12.36989820
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Is there a way to flip the cursor between underline =
and=20
block??</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
------=_NextPart_000_0034_01BF6E12.36989820--
2. Re: cursor
On Thu, 03 Feb 2000, George wrote:
> >%_Is there a way to flip the cursor between underline and block??
>
Yes. include graphics.e,
and then select the cursor style:
cursor(BLOCK_CURSOR)
or
cursor(UNDERLINE_CURSOR)
also available:
NO_CURSOR
THICK_UNDERLINE_CURSOR
HALF_BLOCK_CURSOR
All this is assuming you are using DOS. This doesn't work on Linux.
Regards,
Irv