| 432 | } |
| 433 | |
| 434 | void syncCommandBufferFromRemote(const String &input) { |
| 435 | setTerminalLiveInput(input); |
| 436 | commandBuffer = getCurrentPromptPrefix() + input; |
| 437 | } |
| 438 | |
| 439 | void setPendingEchoSuppression(const String &input) { |
| 440 | withClientLock([&]() { pendingEchoSuppression = input; }); |
no test coverage detected