environment a
initialshells:b
{
    menu b
    (
	button "Run a command
with a long
label" 
	    alignment:center
	    commandshell:"./xgen"
	    runforeground:"../tests/wrap"
	    ;
	button "Quit" 
	    exit:0
	    ;
    )
}
