source: branches/sandbox/tkcon/pkgIndex.tcl @ 1160

Last change on this file since 1160 was 986, checked in by toby, 14 years ago

tkcon fixes; implement gnome-terminal if xterm is not found

File size: 300 bytes
Line 
1package ifneeded tkcon 2.4 [subst {
2    namespace eval ::tkcon {}
3    set ::tkcon::PRIV(showOnStartup) 0
4    set ::tkcon::PRIV(protocol) {tkcon hide}
5    set ::tkcon::OPT(exec) ""
6    package require Tk
7    tclPkgSetup [list $dir] tkcon 2.4 {
8        {tkcon.tcl source {tkcon dump idebug observe}}
9    }
10}]
Note: See TracBrowser for help on using the repository browser.