kotter icon indicating copy to clipboard operation
kotter copied to clipboard

A declarative, Kotlin-idiomatic API for writing dynamic console applications.

Results 34 kotter issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

bug

**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...

enhancement

**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...

bug