mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
supportsItalics, supportsStrikethrough: documentation
This commit is contained in:
parent
bcbf7fabc1
commit
ef6b73d71b
@ -102,8 +102,20 @@ data Output = Output
|
||||
-- | Returns whether the terminal has an audio bell feature.
|
||||
, supportsBell :: IO Bool
|
||||
-- | Returns whether the terminal supports italicized text.
|
||||
--
|
||||
-- This is terminal-dependent and should make a best effort to
|
||||
-- determine whether this feature is supported, but even if the
|
||||
-- terminal advertises support (e.g. via terminfo) that might not
|
||||
-- be a reliable indicator of whether the feature will work as
|
||||
-- desired.
|
||||
, supportsItalics :: IO Bool
|
||||
-- | Returns whether the terminal supports strikethrough text.
|
||||
--
|
||||
-- This is terminal-dependent and should make a best effort to
|
||||
-- determine whether this feature is supported, but even if the
|
||||
-- terminal advertises support (e.g. via terminfo) that might not
|
||||
-- be a reliable indicator of whether the feature will work as
|
||||
-- desired.
|
||||
, supportsStrikethrough :: IO Bool
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user