- introduced
Terminal.get_fgcolor()
andTerminal.get_bgcolor()
to query
the terminal for the currently set colors. #237 by @stefanholek - bugfix: Copy globals dict before iterating to avoid
RuntimeError
in multithreaded
applications, #248 by @adamnovak