I also have to add (I found out right now). This problem only happens
if terminal is run in the window (I tried urxvt and xterm). In this
case also
ResizeInWindow 10 0
ResizeInWindow -10 0
doesn't result in same size window horizontal size. On non-terminal
windows, all work without any problem :((
I have no idea why this happen and whether/how can i eliminate/workaround it.
Thanks
Lukas
On 5/6/06, Lukas Lipavsky <[EMAIL PROTECTED]> wrote:
Hi,
I copy'n'pasted (why reinvent the wheel) following function into my config:
#resize current window
DestroyFunc ResizeInWindow
AddToFunc ResizeInWindow
+ I WarpToWindow 50 50
+ I Current PipeRead "myw=$[w.width]; myh=$[w.height]; stepw=$0; steph=$1; \
echo Resize frame $$[ $$myw + $$stepw ]p $$[ $$myh + $$steph ]p"
This unction works fine except for one direction. If the second
argumet is negative, it does take it as 0 (thus I'm unable to enlarge
window verically).
ResizeInWindow 10 -10 - width + 10 and height remains same!!!
ResizeInWindow 10 10 - width+10 and height+10 (ok)
ResizeInWindow -10 -10 - width-10 and height reamins same !!!
I cannot figure out what's wrong, (maybe it's a bug, but imho I do
something wrong - I don't believe that no one would notice such a bug)
can you please help me figure what's wrong?
I'm using fvwm 2.5.12 (gentoo on i386 - athlon xp)
Thanks
Lukas Lipavsky