minttea icon indicating copy to clipboard operation
minttea copied to clipboard

A fun little TUI framework for OCaml

Results 20 minttea issues
Sort by recently updated
recently updated
newest added

Hey, I just thought I'd point out that version 0.0.3 doesn't seem to be on opam. I tried to get an example working and couldn't figure out why it was...

This method currently has the downside of not having any way to require that all bindings exist for the given variant type.

Opening this PR to include wrap and wrap by word showcases using https://github.com/jmcavanillas/shape-the-term The examples are functional and ready for review but there are a couple of issues to address,...

See this https://github.com/riot-ml/riot/issues/19. I run into this when using both mintea and janestreet's core.

bug

I wrote a little [socket chat app](github.com/faycarsons/tincan) w/ Mint tea, and for the most part it works great, but when the text input gets large enough to wrap around to...

bug

@leostera This is awesome sauce! I think the situation has improved for me but not entirely. I still see an issue from #34 but it happens not so frequently to...

Having a nice little library of components to reuse would be amazing, and [Bubbles](https://github.com/charmbracelet/bubbles/) has a nice list that we can just port over: - [x] cursor - [x] spinner...

enhancement
help wanted
good first issue

At the moment we are only handling the space `" "` and keys in a nice way, but it'd be nice to be able to match on `KeyDown Enter` or...

enhancement
help wanted
good first issue

Hello, Just my first step with Minttea. Very good idea to be inspired by Elm and powered by OCaml. ``` dune --version 3.13.1 ```` ```` ocaml --version The OCaml toplevel,...

bug
help wanted
good first issue