Re: FvwmPager vanishes when moving windows

2013-02-05 Thread Omari Norman
On Tue, Feb 5, 2013 at 7:36 AM, Omari Norman wrote: > Which works just fine, but the manpage says I can do something that > doesn't work. This patch makes the manpage conform to current > behavior. Thanks! --Omari Bad patch, sorry! My webmail will mangle it. Here as an attachment (don't know if

Re: FvwmPager vanishes when moving windows

2013-02-05 Thread Omari Norman
On Tue, Feb 5, 2013 at 4:35 AM, Thomas Adam wrote: >> I also notice that for me at least the pager does not seem to behave >> as documented in the man page, which says that if I omit both desk >> numbers, the current desk is used instead. So I would think this means >> that if I do >> >> GotoDesk

Re: FvwmPager vanishes when moving windows

2013-02-05 Thread Thomas Adam
On 5 February 2013 01:52, Omari Norman wrote: > On Sun, Feb 3, 2013 at 9:24 AM, Thomas Adam wrote: >>> *CrashyConfig: Balloons >>> >>> AddToFunc InitFunction >>> + I GotoDesk 0 1 >>> + I Module FvwmPager 1 1 >>> + I Module FvwmPager CrashyConfig 1 1 >>> + I Exec exec xterm >> >> Does this fix it?

Re: FvwmPager vanishes when moving windows

2013-02-04 Thread Omari Norman
On Sun, Feb 3, 2013 at 9:24 AM, Thomas Adam wrote: >> *CrashyConfig: Balloons >> >> AddToFunc InitFunction >> + I GotoDesk 0 1 >> + I Module FvwmPager 1 1 >> + I Module FvwmPager CrashyConfig 1 1 >> + I Exec exec xterm > > Does this fix it? > + > + if (i < 0) > + return; > + T

Re: FvwmPager vanishes when moving windows

2013-02-03 Thread Thomas Adam
On Sun, Feb 03, 2013 at 01:12:37AM -0500, Omari Norman wrote: > *CrashyConfig: Balloons > > AddToFunc InitFunction > + I GotoDesk 0 1 > + I Module FvwmPager 1 1 > + I Module FvwmPager CrashyConfig 1 1 > + I Exec exec xterm Does this fix it? diff --git a/modules/FvwmPager/x_pager.c b/modules/Fvwm