gizak / termui

Golang terminal dashboard
MIT License
13.11k stars 786 forks source link

Text editing? #156

Closed nickfromXXII closed 5 years ago

nickfromXXII commented 7 years ago

Hello, I want to use this package to create a client for messenger, but I haven't found any information about widgets providing text editing. Is there possibility to edit text in the widgets? If not, is this feature already planned?

haze commented 6 years ago

I've sort of manipulated this by creating my own text buffer and using a wrapper struct, good luck getting text wrapping to work dynamically.

cjbassi commented 5 years ago

Definitely something I'd like to add. This seems like a duplicate of #34 tho so I'm going to close this.