⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vic.tcl

📁 rtpmon-1.0a7.tar.gz for UNIX like
💻 TCL
字号:
## hook to start rtpmon automatically from vic/vat.  add the# contents of this file to ~/.vic.tcl and ~/.vat.tcl## Contributed by Van Jacobson (van@ee.lbl.gov)#proc start_rtpmon { } {        global V        set net $V(data-net)        exec rtpmon -t 0 -C [resource conferenceName] [$net addr]/[$net port] &}proc mk.rtpmon { w } {        button $w.rtpmon -text Monitor \                -font [smallfont] -highlightthickness 1 \                -command start_rtpmon        pack $w.rtpmon -after $w.menu -side left -pady 1 -padx 1}proc user_hook {} {        global V        if {$V(sessionType) == "rtp"} {                if {$V(app) == "vic"} {                        set w .top.bar                } else {                        set w .bar                }                mk.rtpmon $w        }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -