Re: ncurses' Dark Devilry
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Tue, 29 Nov 2005 23:28:31 -0000
On 2005-11-29, Greg Ewing <greg@xxxxxxxxxxxxxxxxxxxxx> wrote:
> Christopher Subich wrote:
>
>> Why not wrap your 1-3 in a function of your own?
>
> It sounds like the OP is concerned about the visual effect of
> the cursor moving on the screen while characters are written.
>
> I doubt whether curses provides any way of controlling that.
> Curses was designed for glass ttys, on most of which it is
> physically impossible to write characters without the cursor
> moving. The best you can do is move it back to where you want
> it afterwards.
While you do have to move the cursor to the location where you
want to write, some terminals allow you to make the cursor
invisible. This can reduce the visual distraction when you
need to update something on the screen that isn't where the
cursor belongs (from the user's point of view).
--
Grant Edwards grante Yow! Like I always
at say -- nothing can beat
visi.com the BRATWURST here in
DUSSELDORF!!
.
- References:
- ncurses' Dark Devilry
- From: Jeremy Moles
- Re: ncurses' Dark Devilry
- From: Tony Nelson
- Re: ncurses' Dark Devilry
- From: Jeremy Moles
- Re: ncurses' Dark Devilry
- From: Christopher Subich
- Re: ncurses' Dark Devilry
- From: Greg Ewing
- ncurses' Dark Devilry
- Prev by Date: Re: Death to tuples!
- Next by Date: Re: Which License Should I Use?
- Previous by thread: Re: ncurses' Dark Devilry
- Next by thread: Re: ncurses' Dark Devilry
- Index(es):
Relevant Pages
|