Hey,

On Thu, May 26, 2011 at 10:41 AM, Hiltjo Posthuma
<hil...@codemadness.org> wrote:
> I agree with pancake. I also noticed the selection of text using the
> mouse is very laggy / slow (using xterm). Anyway I'll keep an eye on
> this project since it seems promising to me.

That might be the screen updating every time you move the mouse. You
probably have a 64bit ncurses with NCURSES_MOUSE_VERSION 2 (or
greater?).

If you try defining NCURSES_MOUSE_VERSION to 1, you'll get what I have
in my netbook: fast mouse selection without screen updates
(REPORT_MOUSE_POSITION simply does not fit in the mouse mask, yet
another example of why ncurses sucks).

Cheers,
Rafa.

Reply via email to