On Wed, May 12, 2004 at 05:17:44PM -0600, Evan wrote:
> Am I doing something wrong?

The default F2 binding ioncore.exec('xterm') is wrong and does not set
the environment. One should use something like 

    ioncore.exec_on(_:rootwin_of(), 'xterm')
    
but that's a bit too complicated... I should perhaps change exec_on 
to accept any WRegion is parameter although we can't really make the 
program run in that object.

-- 
Tuomo

Reply via email to