module Tput::Output::Bell

Included Modules

Direct including types

Defined in:

tput/output/bell.cr

Instance Method Summary

Instance Method Detail

def bell #

Ring the bell.

TODO The bell is further subject to style and sound.

Aliases: bel


[View source]
def margin_bell_volume=(param : Volume) #

CSI Ps SP u Set margin-bell volume (DECSMBV, VT520). Ps = 1 -> off. Ps = 2 , 3 or 4 -> low. Ps = 0 , 5 , 6 , 7 , or 8 -> high.


[View source]
def warning_bell_volume=(param : Volume) #

CSI Ps SP t Set warning-bell volume (DECSWBV, VT520). Ps = 0 or 1 -> off. Ps = 2 , 3 or 4 -> low. Ps = 5 , 6 , 7 , or 8 -> high.


[View source]