disable-ctrl-break ( -- )
Factor handbook » The implementation » System interface » Ctrl-Break handler

Prev:enable-ctrl-break ( -- )


Vocabulary
system

Word description
Disables the global Ctrl-Break handler. There is one handler per Factor VM. If it is disabled, additional calls to disable-ctrl-break have no effect.

See also
enable-ctrl-break

Definition