Hi everybody,

I spot what I think is a mistake in fvwm manpage. It reads
TestRc [([!]returncode)] command
[...]
Example:

AddToFunc ToggleXterm
+ I Any (my_xtermwindow) Close
+ I TestRc (NoMatch) Exec xterm -T my_xtermwindow
As the command after Any is in the context of the root window, Close does not close the my_xtermwindow.

It is dicussed (slightly) in fvwm forum here:

http://fvwm.lair.be/viewtopic.php?t=499

One correct version could be:
AddToFunc ToggleXterm
+ I All (my_xtermwindow) Close
+ I TestRc (NoMatch) Exec xterm -T my_xtermwindow

Regards,

Julien Cervelle


Reply via email to