fxvt-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fxvt-users] Re: [Foxgui-users]ANNOUNCE: FXvt 0.1.0


From: Gilles Filippini
Subject: Re: [fxvt-users] Re: [Foxgui-users]ANNOUNCE: FXvt 0.1.0
Date: Fri, 20 Dec 2002 22:36:21 +0100

Giancarlo wrote:
> 
> > I've just tested this one and can't reproduce these beeps. Would you mind
> giving me
> > more details about your system ?
> It's a Mandrake 8.2 on a  k7m
> 
> > You may also want to have a look at the sources: resize notifications are
> handled in FXvt.cpp,
> > method onConfigureCanvas. Could you please run
> > it step by step via a debugger and tell me where it beep ?
> Sure, I'll make some checks this weekend.

OK. The beeps are due to the "ESC v" sequence sent when resizing the
terminal. I can't remember where I found the info about this sequence.
Googling doesn't help in this case :(
So I tested some other sequences found in the vt100 doc, and I ended
using "ESC c".

Could you please try it and tell me if it's OK on your box?
Replace: 
        rxvt_tt_printf(rxvt, "%c%c", 0033, 0166);
with
        rxvt_tt_printf(rxvt, "%c%c", 0033, 0143);
in the FXvt::onConfigureCanvas method.

Thanks in advance.
_gilles.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]