Terminal visibility
Closed this issue · 3 comments
saubiswa commented
How can I make the terminal visible?
mainframed commented
set the debug up higher. See the section labeled 'Debugging' in the readme.
If you mean by calling a function use:
>>> data = tn3270.get_screen()
>>> print data
As outlined in the readme
saubiswa commented
I meant to say, how can I make the mainframe terminal visible, while operations are performed on that terminal by the tn3270lib program.
mainframed commented
Could you please elaborate?