aboutsummaryrefslogtreecommitdiffstats
path: root/RunInXTerm.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RunInXTerm: haddock tuningAndrea Rossato2007-08-181-1/+1
| | | | darcs-hash:20070818083329-32816-9626f9c23cf82edd3e352d584011dd182f056931.gz
* RunInXTerm: a simple module to run commands in an X terminalAndrea Rossato2007-08-071-0/+31
This is just a wrapper around spawn to launch commands in an X terminal: runInXTerm will check the for the XTERMCMD environmental variable, and use it to run the command. If the variable is not set the command will be executed with xterm. darcs-hash:20070807101603-32816-17799bba353c4b0fd5816842e8659512874d708f.gz