TE_unfocus Function (ROM Call 0xB3)

textedit.h

short TE_unfocus (TEXT_EDIT *te);

Removes the focus from the selected text in the editor.

TE_unfocus cancels the effect of TE_focus. Returns TRUE if unfocusing was performed, and returns FALSE if not (for example, if the text was already unfocused).


Uses: CU_stop, sf_width, WinBegin, WinFill, ROM Call 0x471
Used by: TE_close, TE_empty, TE_handleEvent, TE_select, TE_shrinkWrap, cmd_disp, cmd_input, cmd_inputstr, cmd_output, cmd_pause, cmd_prompt, Dialog, HomeExecute