mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
installUnicodeWidthTable: improve documentation again
This commit is contained in:
parent
36b72dc2ed
commit
16d5f27832
@ -35,7 +35,10 @@ isCustomTableReady = (== 1) <$> c_isCustomTableReady
|
||||
tableSize :: Int
|
||||
tableSize = 0x110000
|
||||
|
||||
-- | Install a custom unicode character width table.
|
||||
-- | Install a custom unicode character width
|
||||
-- table. Such tables are obtained with
|
||||
-- 'Graphics.Vty.UnicodeWidthTable.Query.buildUnicodeWidthTable' and
|
||||
-- 'Graphics.Vty.UnicodeWidthTable.IO.readUnicodeWidthTable'.
|
||||
--
|
||||
-- This affects the behavior of the 'Graphics.Vty.Image.wcwidth'
|
||||
-- function and functions that call it. It does so by
|
||||
|
Loading…
Reference in New Issue
Block a user