Remove some debugging routines and add comments
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
using namespace Terminal;
|
||||
|
||||
/* Print a new "frame" to the terminal, using ANSI/ECMA-48 escape codes. */
|
||||
|
||||
std::string Display::new_frame( Framebuffer &f )
|
||||
{
|
||||
f.back_color_erase();
|
||||
|
||||
Reference in New Issue
Block a user