Really crude hack to clear the screen. More...


Go to the source code of this file.
| Classes | |
| class | ecl::ClearScreen | 
| Manipulator that clears a terminal screen the c++ (hard) way.  More... | |
| Namespaces | |
| namespace | ecl | 
| Variables | |
| ClearScreen | ecl::clrscr | 
Really crude hack to clear the screen.
Clears the screen just by spamming new lines at it - really crude! But at least it avoids any platform specific code.
Definition in file clear_screen.hpp.