We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3de781a + c28ad18 commit 0bb7cb7Copy full SHA for 0bb7cb7
CHANGELOG.md
@@ -45,6 +45,9 @@ few steps:
45
modules.
46
4. If desired, call `Graphics.Vty.Config.userConfig` to load the Vty
47
user configuration since this step is no longer automatic.
48
+5. Some configurations have been moved to `Graphics.Vty.Output`. For
49
+ example, `mouseMode` is no longer a field in `VtyUserConfig`.
50
+ Instead, use `setMode` to enable it.
51
52
For applications using more of Vty's API than just the basic
53
initialization and rendering API, the full change list is provided
0 commit comments