diff --git a/cpp-terminal/input.hpp b/cpp-terminal/input.hpp index 4f566802..f3388fac 100644 --- a/cpp-terminal/input.hpp +++ b/cpp-terminal/input.hpp @@ -17,10 +17,4 @@ Term::Event read_raw(); // Waits for an event (key press, screen resizing ...) Term::Event read_event(); -// returns the stdin as a string -// waits until the EOT signal is send -// if Term::Terminal is not enabling the keyboard this function will wait until -// the user presses CTRL+D (which sends the EOT signal) -std::string read_stdin(); - } // namespace Term