Re: changing console cursor

2001-08-08 Thread Leonard Stiles
Juha Erkkila <[EMAIL PROTECTED]> writes: > On Wed, Aug 01, 2001 at 03:15:28PM +0200, Leonard Stiles wrote: > > Juha Erkkila <[EMAIL PROTECTED]> writes: > > > i'm looking for a way i can get rid of the blinking underline cursor > > > on console screen. i'm wishing to have something like a red > >

Re: changing console cursor

2001-08-03 Thread Juha Erkkila
On Wed, Aug 01, 2001 at 03:15:28PM +0200, Leonard Stiles wrote: > Juha Erkkila <[EMAIL PROTECTED]> writes: > > i'm looking for a way i can get rid of the blinking underline cursor > > on console screen. i'm wishing to have something like a red > > non-blinking block, something that can be achieved

Re: changing console cursor

2001-08-01 Thread Leonard Stiles
Juha Erkkila <[EMAIL PROTECTED]> writes: > i'm looking for a way i can get rid of the blinking underline cursor > on console screen. i'm wishing to have something like a red > non-blinking block, something that can be achieved with: > > echo -e '\033[?17;7;64c' > > the problem is that pro