Dan Espen <[EMAIL PROTECTED]> writes:
> 
> It acted completely normal when I added "&" to the end of the
> command line.
> 
> I'm not sure what that means.

Sorry, bad form to reply to myself.  I think I know what it
means.  I used the function isatty() to detect whether
I was interactive like this:

#include <unistd.h>
#include <stdio.h>

main () {
  printf("stdin is %d\n",isatty(0));
}

Then running this from Fvwm gave 2 different results, with just
plain Exec, you get "1".  With Exec and the ampersand, you get
"0".

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to