chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to apply readline to tview or tcell?

dzpao opened this issue · comments

commented

Is it possible to apply readline to tview or tcell? For example, abstracting Terminal into an interface instead of relying on real Terminal device.

I wrote a tview application and wanted to be able to use the readline module in its inputfiled component. Please give me some hints.