Version 16 of Alexander Danilov

Updated 2014-05-13 05:22:47 by pooryorick

Jabber: daapp at conference.jabber.ru


My wiki pages:

Small notes:


My .tclshrc

# my OS is Debian, so Tcl/Tk manual pages in sections 3tcl and 3tk
if {$tcl_platform(platform) eq {unix}} {
    proc help command {
        exec xterm -e man -S 3tcl:3tk $command &
        return
    }
}