mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-25 21:38:31 +03:00
keybindingsFromFile: clarify exception behavior
This commit is contained in:
parent
578872f819
commit
2336cbb2f0
@ -157,8 +157,9 @@ keybindingsFromIni :: KeyEvents k
|
||||
keybindingsFromIni evs section doc =
|
||||
Ini.parseIniFile doc (keybindingIniParser evs section)
|
||||
|
||||
-- | Parse custom key binidngs from the specified INI file path. See
|
||||
-- 'keybindingsFromIni' for details.
|
||||
-- | Parse custom key binidngs from the specified INI file path. This
|
||||
-- does not catch or convert any exceptions resulting from I/O errors.
|
||||
-- See 'keybindingsFromIni' for details.
|
||||
keybindingsFromFile :: KeyEvents k
|
||||
-- ^ The key event name mapping to use to parse the
|
||||
-- configuration data.
|
||||
|
Loading…
Reference in New Issue
Block a user