File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,14 @@ below. For people who want to write their own Vty platform package like
126126 IO ()`, for logging to the Vty log.
127127 * ` Graphics.Vty.Config ` now exposes ` VtyUserConfig ` instead of
128128 ` Config ` . Many of its fields were Unix-specific and were
129- consequently moved to the ` UnixSettings ` type in ` vty-unix ` .
129+ consequently moved to the ` UnixSettings ` type in ` vty-unix ` and
130+ given a ` settings ` prefix. This includes ` outputFd ` , ` inputFd ` ,
131+ ` vmin ` , ` vtime ` , and ` termName ` .
130132 * The ` VtyUserConfig ` type's fields got a ` config ` field name prefix.
133+ * ` inputForConfig ` was moved to ` vty-unix ` as ` buildInput ` but
134+ generally should not be needed and is exposed only for testing.
135+ * ` outputForConfig ` was moved to ` vty-unix ` as ` buildOutput ` but
136+ generally should not be needed and is exposed only for testing.
131137* Behavior changes:
132138 * Since ` vty ` no longer implements ` mkVty ` , the Vty user configuration
133139 is no longer implicitly loaded by Vty-based applications.
You can’t perform that action at this time.
0 commit comments