fullscreen function don't work fine with xterm

Hallo fvwm-community,

first of all sorry for my poor English skills but it isn’t my native language.
My fullscreen-function don’t work fine with my terminal(xterm) but just with my terminal all other Applications work well. If I start my fullscreen-function the top and left positions are ok but bottom (10px) and right(3px) aren’t in position. For example I uploaded one picture[1]. I found and tried many fullscreen-functions in this forum but any work correct with my terminal.

funktion:

DestroyFunc Fullscreen
AddToFunc Fullscreen
+ I ThisWindow (Maximized) WindowStyle Title, Borders
+ I TestRc (!Match) WindowStyle !Title, !Borders
+ I TestRc (!Match) Raise
+ I TestRc (!Match) UpdateStyles
+ I Maximize ewmhiwa

keybinding:

Key M A MC      Fullscreen

[1]example:

fvwm --version

fvwm 2.5.26 compiled on Dec 22 2008 at 01:50:52
with support for: ReadLine, RPlay, Stroke, XPM, PNG, SVG, Shape, XShm, SM, Bidi text, Xinerama, XRender, XCursor, XFT, NLS

Any ideas?

Many thanks,

– zyon

Yes. You’re not setting:

Style foo ResizeHintOverride

Go and look up the fullscreen function in fvwm-crystal. I wrote that to do just that, and it’s quite reliable than the version you seem to think works.

– Thomas Adam

Yes, I forget to set “ResizeHintOverride” in my config. Thank you very much, Thomas!

You made my day. :smiley: