|
System.Console.Terminfo.Effects | Portability | portable (FFI) | Stability | experimental | Maintainer | judah.jacobson@gmail.com |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
|
Bell alerts
|
|
|
Sound the audible bell.
|
|
|
Present a visual alert using the flash capability.
|
|
Text attributes
|
|
|
|
|
|
These attributes have all properties turned off.
|
|
|
Sets the attributes on or off before outputting the given text,
and then turns them all off. This capability will always succeed; properties
which cannot be set in the current terminal will be ignored.
|
|
|
Sets the attributes on or off. This capability will always succeed;
properties which cannot be set in the current terminal will be ignored.
|
|
|
Turns off all text attributes. This capability will always succeed, but it has
no effect in terminals which do not support text attributes.
|
|
Mode wrappers
|
|
|
Turns on standout mode before outputting the given
text, and then turns it off.
|
|
|
Turns on underline mode before outputting the given
text, and then turns it off.
|
|
|
Turns on bold mode before outputting the given text, and then turns
all attributes off.
|
|
Low-level capabilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |