mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
buildUnicodeWidthTable: docs update
This commit is contained in:
parent
eb1983d22d
commit
8c24083402
@ -65,6 +65,10 @@ defaultUnicodeTableUpperBound = '\xe0000'
|
||||
-- system performance. This should not be run in a terminal while it is
|
||||
-- controlled by Vty.
|
||||
--
|
||||
-- The argument specifies the upper bound code point to test when
|
||||
-- building the table. This allows callers to decide how much of the
|
||||
-- Unicode code point space to scan when building the table.
|
||||
--
|
||||
-- This does not handle exceptions.
|
||||
buildUnicodeWidthTable :: Char -> IO UnicodeWidthTable
|
||||
buildUnicodeWidthTable tableUpperBound = do
|
||||
|
Loading…
Reference in New Issue
Block a user