Re: cursor
- Posted by Irv Mullins <irv at ELLIJAY.COM> Feb 03, 2000
- 545 views
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

