jaidetree / cljs-tui-template

A leiningen template to generate ClojureScript Terminal-User-Interface applications built on web technologies you already know.
Apache License 2.0
230 stars 9 forks source link

Text input? #8

Closed divs1210 closed 5 years ago

divs1210 commented 5 years ago

How to prompt for text? Will this involve binding the entire keyboard and making a custom text editor? Can this be done via blessed somehow?

divs1210 commented 5 years ago

found text-input