geEnterDeleteTermProbe
geDeleteTermProbe( [w_windowId] [lt_probeSpec] ) => t / nil
Description
Deletes a terminal probe from a window.
lt_probeSpec is the same type of probe specification as that used for adding a probe with the geAdd*Probe functions.
If g_repeatCmd is true, then delete all terminals of the current selection set and highlight with a different color. If no selection set exists, then enable multiple post-selection to delete probe on terminals. If however, g_repeatCmd is nil then delete a probe on a terminal.
Arguments
Value Returned
Examples
Deletes the terminal probe from the current window.
geEnterDeleteTermProbe( hiGetCurrentWindow() nil t )
Related Topics
Probe Functions
Return to top