ClickHouse/base/common/setTerminalEcho.h

5 lines
136 B
C++
Raw Normal View History

#pragma once
/// Enable or disable echoing of typed characters. Throws std::runtime_error on error.
2019-02-02 00:25:12 +00:00
void setTerminalEcho(bool enable);