mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-22 14:07:07 +02:00
5 lines
162 B
Tcl
5 lines
162 B
Tcl
# Tcl commands to run in the console before netgen is initialized
|
|
#
|
|
puts stdout "Running NetGen Console Functions"
|
|
bind .text <Control-Key-c> {netgen::interrupt}
|