MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / redraw_input_line

Function redraw_input_line

src/runner/cli_wide_posix.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void redraw_input_line(const std::string& prompt, const std::string& line) {
122 std::cout << "\r" << prompt << line << "\x1b[K" << std::flush;
123}
124
125class RawTerminalGuard {
126public:

Callers 1

get_interactive_inputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected