sendInterrupt property
Whether to send InterruptMsg on SIGINT instead of a Ctrl+C KeyMsg.
When true (default), SIGINT generates an InterruptMsg that can be handled differently from regular Ctrl+C key presses.
When false, SIGINT is converted to a Ctrl+C KeyMsg for backward compatibility.
Implementation
final bool sendInterrupt;