OSDisableBreak Function (ROM Call 0xEF)

system.h

void OSDisableBreak (void);

Disables the break key ('ON').

OSDisableBreak disables the break key.

Note: Although the break (i.e. 'ON') key is disabled during the execution of assembly programs, the execution of some TIOS functions may be breaked by pressing 'ON' (usually functions which execute some internal loops with long or undeterminate duration, like various high-level linking functions, etc.). The use of OSDisableBreak will disable the break key even in such cases.


Used by: display_statements, Parse1DExpr, Parse2DMultiExpr, TokenizeSymName, handleVarLinkKey, tokenize_if_TI_92_or_text, FolderDel, FolderRename, HSymDel, SymFindFolderName


See also: OSEnableBreak