dustinblackman / oatmeal

Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
https://dustinblackman.com/posts/oatmeal/
MIT License
487 stars 23 forks source link

feat: Word wrapping #16

Open dustinblackman opened 9 months ago

dustinblackman commented 9 months ago

Overview

Currently the text input box doesn't support word wrapping nicely. It looks like it's on the radar for the maintainers over at tui-textarea, but still a work in progress. It could be interesting to explore our own option that could be contributed back in to the tui-textarea later on.