highlight-error/line-col in drscheme:rep:text%
Call this method to highlight an error associated with this repl.
See also
reset-highlighting,
highlight-errorand
highlight-error/forward-sexp.
( -> void
send a-drscheme:rep:text highlight-error/line-col text start-line start-col end-line end-col)
text : (instance (implements text:basic<%>))
start-line : number
start-col : number
end-line : number
end-col : number