| Cobra | Interactive Query Language | window / nowindow | ||
|---|---|---|---|---|
| NAMEwindow — enable window popups nowindow — disable window popupsSYNTAXwindow nowindow DESCRIPTIONThis command affects only the behavior of display commands. In window popup mode a display command for a specific mark will cause a tcl/tk window to be displayed with the context for the marked code. In nowindow mode (the default) this behavior is suppressed.By default, window popups are disabled. To work when enabled requires that tcl/tk is installed on the system. EXAMPLES: window # enable popups : d 3 # display the context for the 3rd marked token : nowindow # disable popups SEE ALSOdisplay | ||||
| Return to index Manual Tutorial | (Last Updated: 12 March 2019) | |||