Hello all vimmers!

I would like to ask - how should I add additional stuff in
RealWaitForChar? I have some network protocol, when another side
periodically send me keepalive messages(every 10-15 secs). I would like
to receive them and process. In GUI based vim it was pretty simple --
using gdk_input_add or similar thing. In other hand I would like to
console users have same benefits - I've added handlers in
RealWaitForChar, but ... it processes only first message on it's own.
All latter messages are  received, but does not processed -- until I
press some key periodically, thus causing remote site timeouting and
aborting the connection.

I've implemented it in a quite similar way to FEAT_MOUSE_GPM and
USE_XSMP implementations.

What can I miss there? Any recommendations where to look?

Thanks in advance, Gaspar

-- 
Gaspar Chilingarov

System Administrator,
Network security consulting

t +37493 419763 (mob)
i 63174784
e [EMAIL PROTECTED]

Reply via email to