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.