You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows construction on first use and would eliminate the need to create Term::Terminal term in the main program.
Downside: I'm not 100% certain this can be implemented in a header only package. I think the instance pointer might need to be initialized in a cpp file. I'll need to investigate further.