Re: More Manual Typo/errors

new topic     » goto parent     » topic index » view thread      » older message » newer message

A switch could be added to the std/console.e to make this kind of thing work the way it should

ifdef NO_CONSOLE then 
    public function has_console() 
        return 0 
    end function 
elsedef 
    public function has_console() 
        -- stuff that is there now 
    end function 
end ifdef 

Then in the GUI settings you put:

gnome-terminal -command 'eui -D NO_CONSOLE $filename' 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu