Shellminator V3.0.1
Simple Terminal
|
Some people hate it when the terminal beeps, others find it useful, and there’s even a small group of users who find it oddly soothing.
Of course, the choice is entirely up to you, but we provide the option to enable your terminal to make a beep sound if you ever need it. In this example, we’ve made a small change to the Command Callback Example by adding a call to the beep()
function at the end of the execution_function
.
Of course, you can globally disable this feature within the terminal object, so even if the beep()
function is called, it won’t produce any sound.
All you need to do in this case is set the shell.mute
variable to true
.
shell.mute = true;