onBell property

(void Function()?) onBell
getter/setter pair

Function that is called when the program requests the terminal to ring the bell. If not set, the terminal will do nothing.

Implementation

void Function()? onBell;