cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

Consider making Terminal a global singleton object

Open KineticTheory opened this issue 5 years ago • 0 comments

  • 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.

KineticTheory avatar Oct 10 '19 04:10 KineticTheory