tulir / mauview

A Go TUI library based on tcell.
Mozilla Public License 2.0
48 stars 7 forks source link

Use upstream tcell #12

Open n-peugnet opened 6 months ago

n-peugnet commented 6 months ago

Fixes #10

I didn't require the latest version of tcell, and instead tried to find the first version that has a compatible API. This way consumer of this library can easily set a higher tcell version if they need, or keep a lower one.

I don't remember if this is the minimal version required, but it is not that important.