kotter
kotter copied to clipboard
A declarative, Kotlin-idiomatic API for writing dynamic console applications.
**Describe the bug** Tests for a function that calls multiple extension methods become flaky. In our application we have multiple parsers that each have a dialog which consists of multiple...
**Describe the bug** When using `onKeyPressed` if I try and launch `vi` in the same session, vi will no longer respond correctly to key presses **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** I would like to be able to change the cursor style and shape in Kotter. Currently, the cursor is always...
**Describe the bug** When trying to use the VirtualTerminal, an error occurs if I've set the System LookAndFeel. **To Reproduce** Steps to reproduce the behavior. Run this kotlin file. ```kotlin...