mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
Naming nit
This commit is contained in:
parent
e07f287d07
commit
c1e534b991
@ -126,14 +126,14 @@ mkVty appConfig = do
|
||||
config <- (<> appConfig) <$> userConfig
|
||||
|
||||
when (allowCustomUnicodeWidthTables config /= Just False) $
|
||||
installWidthTable config
|
||||
installCustomWidthTable config
|
||||
|
||||
input <- inputForConfig config
|
||||
out <- outputForConfig config
|
||||
internalMkVty input out
|
||||
|
||||
installWidthTable :: Config -> IO ()
|
||||
installWidthTable c = do
|
||||
installCustomWidthTable :: Config -> IO ()
|
||||
installCustomWidthTable c = do
|
||||
let doLog s = case debugLog c of
|
||||
Nothing -> return ()
|
||||
Just path -> appendFile path $ "installWidthTable: " <> s <> "\n"
|
||||
|
Loading…
Reference in New Issue
Block a user