Re: ncurses' Dark Devilry



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.

--
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg
.



Relevant Pages

  • Re: Marquee implementation in C
    ... characters without using widgets. ... The easiest solution would be use some similar to ... Obviously curses is probably the "right" answer, ...
    (comp.lang.c)
  • Re: OT: Boxline in curses ( Linux )
    ... >>An inherent aspect of curses is that it is intended to draw only ASCII ... > ASCII characters are basically Latin alphanumerics, a bit of punctuation, ... However most terminals have an extended ...
    (comp.lang.c)
  • cursed curses
    ... the curses extension is quite flawed. ... The Curses documentation can be supplemented with curses man pages quite well. ... For 7bit ASCII it works fine, and the characters that happen to be ... 8-bit encoding - ISO8859-2 ...
    (comp.lang.ruby)