Re: Cursor shape with ncurses programs gets reset

2009-01-07 Thread Dave Wood
comes when I run ncurses programs in screen. The cursor gets reset to underline whenever I run those programs in screen. Does anyone know a way around this? I have set up custom terminfo files with tic. Would there be a setting that would affect ncurses programs perhaps? Probably. I don't r

Re: Cursor shape with ncurses programs gets reset

2009-01-07 Thread Micah Cowan
een. The cursor gets > reset to underline whenever I run those programs in screen. > > Does anyone know a way around this? I have set up custom terminfo files > with tic. Would there be a setting that would affect ncurses programs > perhaps? Probably. I don't really know of an e

Cursor shape with ncurses programs gets reset

2009-01-06 Thread Dave Wood
I have a flashing block cursor set up because I find it very hard to see the normal _ underline cursor - expecially when searching through man pages etc. The problem comes when I run ncurses programs in screen. The cursor gets reset to underline whenever I run those programs in screen. Does

Re: reset

2005-12-30 Thread Michael Schroeder
On Wed, Dec 28, 2005 at 06:30:18PM +, bill wrote: > Is there a way to fully reset a terminal? I was playing around > with some ncurses() stuff today, failed to reset the terminal > and left things in a bad state. C-a Z failed to help. Is there > a stronger reset available? N

Re: reset

2005-12-28 Thread Angelina Carlton
bill <[EMAIL PROTECTED]> writes: > Is there a way to fully reset a terminal? I was playing around > with some ncurses() stuff today, failed to reset the terminal > and left things in a bad state. C-a Z failed to help. Is there > a stronger reset available? I had to quit sc

reset

2005-12-28 Thread bill
Is there a way to fully reset a terminal? I was playing around with some ncurses() stuff today, failed to reset the terminal and left things in a bad state. C-a Z failed to help. Is there a stronger reset available? I had to quit screen completely to recover