On Tue, May 06, 2003 at 09:34:32AM +0200, Felix E. Klee wrote:
> On Monday 05 May 2003 23:27, Johan Svedberg wrote:
> > Why not just use FvwmForm?
>
> I haven't looked at it. But I doubt that it is as simple to set up. In
> addition, with rxvt and bash I have tab completion. Is this possible with
> an FvwmForm based solution?
>
> Felix
>
> --
> 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 majordomo_at_fvwm.org.
> To report problems, send mail to fvwm-owner_at_fvwm.org.
I use FvwmForm with following small code
Key F4 A M Module FvwmForm MyRun
*MyRunWarpPointer
*MyRunFont *helvetica*m*r*n*18*
*MyRunButtonFont *helvetica*m*o*n*18*
*MyRunInputFont *cour*m*r*n*18*
*MyRunFore Red
*MyRunBack Gray
*MyRunItemFore Blue
*MyRunItemBack Gray
*MyRunLine center
*MyRunText "execute "
*MyRunInput Func 40 ""
*MyRunLine expand
*MyRunButton quit "Run" ^M
*MyRunCommand Exec $(Func)
*MyRunButton restart "Clear" ^R
*MyRunButton quit "Cancel" ^C
*MyRunCommand Nop
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri May 09 2003 - 03:14:56 BST