PrevUpHomeNext

esv::clear_screen


esv::clear_screen

esv::clear_screen is an object to clear the screen characters. It does not work on all environments. It works on linux at least.

Calling Sig:

esv::clear_screen();

c++ Example

#include <esvcpp/core.hpp>

int main()
{
	esv::clear_screen();
}

PrevUpHomeNext

E