Hi,

On Mon, Jun 04, 2007 at 08:35:59AM +0200, Jonas Fonseca wrote:
> Josh Triplett <[EMAIL PROTECTED]> wrote Fri, Jun 01, 2007:
> > tig displays log entries while they load.  While still loading log entries,
> > any navigation keys (up, down, page up, page down) will cause tig to move up
> > or down repeatedly.  As soon as the log entries finish loading, the 
> > navigation
> > keys work normally.
> 
> This sounds somewhat like the problems detailed for bug #410394,
> however, I think what you are experiencing is the results of the "very
> stupid" incremental loading currently implemented in tig. It doesn't use
> non-blocking I/O and select(), but rather continously reads a few lines
> of git command output before checking for keyboard input. Obviously, if
> one of the read are to block just a little, multiple key combinations
> typed by the user may be recorded leading later to repeated moving.

tig 0.7 (which fixed #410394) has just been uploaded to unstable. Could you
please check if the problem still exists? It sounds like this is a different
problem (as Jonas suggests) but we might just be lucky ;-)

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/

Attachment: signature.asc
Description: Digital signature

Reply via email to