1#pragma once
2
3/// Enable or disable echoing of typed characters. Throws std::runtime_error on error.
4void setTerminalEcho(bool enable);
5