Doc request: more information on integrating with other libraries
Howdy!
I'm using both JLine for user input, Mordant for output, and the Markdown widget for rendering.
I find that I have two Terminal types: one from JLine, and one from Mordant. This is kind of unfortunate. How can I integrate these better?
What kind of integration were you hoping for?
@ajalt Here's a project I wrote up as a demo for my colleagues: https://github.com/binkley/koog-tutorial
It mixes Mordant and JLine which have incompatible core classes named Terminal.
Can you help me understand what changes you're looking for? Is your issue that both libraries have a class with the same name?