fyne-io/terminal

Read text from Terminal?

Closed this issue · 3 comments

Looking for a way to read text displayed on terminal.
Being able to read last n number of characters displayed on terminal would be ideal. output, err := t.ReadLast(n int)

EDIT: Getting access to t.content.Text() would be perfect as that's already created.

That's a good suggestion. As the code is in place perhaps you are able to open a small PR to call through to that method?

Created PR #49

Thanks, the PR is now landed