Brief summary of issue / Description of requested feature:
setWindowWrapIndent does not error when used on a miniconsole but also there is no indent on wrapped miniconsole lines when it's set above 0.
Steps to reproduce the issue / Reasons for adding feature:
- Geyser.MiniConsole:new({name = "indent-test"})
- setWindowWrapIndent("indent-test", 10)
- echo("indent-test", "This is the song that doesn't end, yes it goes on and on my friend, some people started singing it not knowing what it was, and they'll continue singing it forever just because this is the song that doesn't end...")
Error output / Expected result of feature
Miniconsoles should indent their wraps the same way as the main console if you set the wrap indent.
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
Mudlet 4.14.1, tested in windows
Brief summary of issue / Description of requested feature:
setWindowWrapIndent does not error when used on a miniconsole but also there is no indent on wrapped miniconsole lines when it's set above 0.
Steps to reproduce the issue / Reasons for adding feature:
Error output / Expected result of feature
Miniconsoles should indent their wraps the same way as the main console if you set the wrap indent.
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
Mudlet 4.14.1, tested in windows