mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
BuildWidthTable: fix bugs
This commit is contained in:
parent
ba815c4995
commit
ea655ee90d
@ -10,7 +10,7 @@ import System.Environment (getArgs, getProgName)
|
||||
import System.Exit (exitFailure)
|
||||
import System.Console.GetOpt
|
||||
|
||||
import Graphics.Vty.Config (terminalWidthTablePath, currentTerminalName)
|
||||
import Graphics.Vty.Config (terminalWidthTablePath, currentTerminalName, vtyConfigPath)
|
||||
import Graphics.Vty.UnicodeWidthTable.IO
|
||||
import Graphics.Vty.UnicodeWidthTable.Query
|
||||
|
||||
@ -87,7 +87,7 @@ main = do
|
||||
configPath <- vtyConfigPath
|
||||
putStrLn ""
|
||||
putStrLn "To configure your Vty-based applications to use this map, add"
|
||||
putStrLn "the following line to " <> configPath <> ":"
|
||||
putStrLn $ "the following line to " <> configPath <> ":"
|
||||
putStrLn ""
|
||||
putStrLn $ " widthMap " <> show tName <> " " <> show outputPath
|
||||
putStrLn ""
|
||||
|
Loading…
Reference in New Issue
Block a user