Re: FVWM: Problem resizing window

2006-05-07 Thread Viktor Griph
On Sat, 6 May 2006, Lukas Lipavsky wrote: 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

FVWM: Problem resizing window

2006-05-06 Thread Lukas Lipavsky
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

Re: FVWM: Problem resizing window

2006-05-06 Thread Lukas Lipavsky
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