down [instance]
With no arguments, the down command loads the currently selected cell into the window. If more than one cell is selected, the one closest to the cursor (pointer) position will be used, or at worst, one will be selected arbitrarily.
With one argument instance, the cell of the instance named instance will be loaded into the window.
down is implemented as a built-in window command in magic. In the Tcl version of magic, it is generally deprecated in favor of the scripted Tcl procedure pushstack, and the "tools" script implementation of the ">" macro to invoke pushstack on a selected cell.
load
pushstack
Return to command index |
Last updated: March 7, 2020 at 1:06pm