withoutInterruptMsg method
Creates options that send a Ctrl+C KeyMsg instead of InterruptMsg.
Use this when a model expects legacy key-based Ctrl+C handling.
Implementation
ProgramOptions withoutInterruptMsg() => copyWith(sendInterrupt: false);
Creates options that send a Ctrl+C KeyMsg instead of InterruptMsg.
Use this when a model expects legacy key-based Ctrl+C handling.
ProgramOptions withoutInterruptMsg() => copyWith(sendInterrupt: false);