Command: uncursor

Syntax

uncursor

Description

Re-use the last interactive screen position.

Parameters

None

Switches

Notes

Most commands and functions with interactive cursor input will operate in conjunction with uncursor.

Example

# Create an alpha window containing a file.
walpha my_file.dat
 
# Locate a word via interactive cursor action.
!*** Please point to a word ***; # Prompt
string sw = awword
 
# Use uncursor.
uncursor
 
# Get the text of the complete line at the same position.
string sl = awline
 
# Print confirmation.
tell <'Word found: ',sw>,<'Line found: ',sl>

See Also

Functions:

awline (string), awword (string), pcur (point), scur (numeric)