1. How Do I Hide Cursor in Linux/FreeBSD
- Posted by EUPHORiCK <euphoric at cklester.com> Oct 27, 2003
- 435 views
I'm trying to use cursor( NO_CURSOR ) in FreeBSD, but the dang thing still shows up. How do I get rid of it?
2. Re: How Do I Hide Cursor in Linux/FreeBSD
- Posted by Robert Craig <rds at RapidEuphoria.com> Oct 28, 2003
- 426 views
C. K. Lester wrote: > I'm trying to use cursor( NO_CURSOR ) in FreeBSD, but the dang thing > still shows up. How do I get rid of it? cursor() doesn't do anything on Linux or FreeBSD. In the exu source it looks like I made an attempt to get it working using the ncurses library, but it didn't work very well, so I commented out the code. I'll make a note of it in the docs. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
3. Re: How Do I Hide Cursor in Linux/FreeBSD
- Posted by euphoriCK <euphoric at cklester.com> Oct 28, 2003
- 433 views
Robert Craig wrote: > C. K. Lester wrote: > >> I'm trying to use cursor( NO_CURSOR ) in FreeBSD, but the dang thing >> still shows up. How do I get rid of it? > > cursor() doesn't do anything on Linux or FreeBSD. > > Regards, > Rob Craig Now what am I supposed to do? I just gotta hide the cursor!!!
4. Re: How Do I Hide Cursor in Linux/FreeBSD
- Posted by Irv <irvm at ellijay.com> Oct 28, 2003
- 448 views
On Tuesday 28 October 2003 07:53 am, you wrote: > > euphoriCK wrote: > > Robert Craig wrote: > > > C. K. Lester wrote: > > >> I'm trying to use cursor( NO_CURSOR ) in FreeBSD, but the dang thing > > >> still shows up. How do I get rid of it? > > > > > > cursor() doesn't do anything on Linux or FreeBSD. > > > > > > Regards, > > > Rob Craig > > > > Now what am I supposed to do? I just gotta hide the cursor!!! > > Hi > > Can you turn off your console mouse program - if this is a console > program that is. gpm under Linux - no idea what it is under BSD. It's not gpm - I don't have that on my computer, but still have the blinking cursor. However, there is a workaround: just move the cursor to the bottom right corner or somewhere else out of the way. I have added that to my "simple text-mode user interface" for Linux. I'll update the file on the contributions page asap. It also has a few other bug fixes, such as the line drawing characters, and Irv
5. Re: How Do I Hide Cursor in Linux/FreeBSD
- Posted by "euphoric" <euphoric at cklester.com> Oct 28, 2003
- 417 views
Irv, > It's not gpm - I don't have that on my computer, but still have the blinking > cursor. However, there is a workaround: just move the cursor to the bottom > right corner or somewhere else out of the way. I have added that to my > "simple text-mode user interface" for Linux. I'll update the file on the > contributions page asap. It also has a few other bug fixes, such as the > line drawing characters, and Is that on your web page?
6. Re: How Do I Hide Cursor in Linux/FreeBSD
- Posted by Irv <irvm at ellijay.com> Oct 28, 2003
- 425 views
On Tuesday 28 October 2003 11:02 am, you wrote: > > > Irv, > > > It's not gpm - I don't have that on my computer, but still have the > > blinking > > > cursor. However, there is a workaround: just move the cursor to the > > bottom right corner or somewhere else out of the way. I have added that > > to my "simple text-mode user interface" for Linux. I'll update the file > > on the contributions page asap. It also has a few other bug fixes, such > > as the line drawing characters, and > > Is that on your web page? Yes, http://ellijay.com/users/irvm/ on the Programs page, near the bottom. Irv