Really crude hack to clear the screen. More...
#include <ecl/config/macros.hpp>
#include "../manipulators.hpp"
#include "../text_stream.hpp"
#include "../macros.hpp"
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.