add session replay functions

This commit is contained in:
Martin Michelsen
2022-07-01 00:26:48 -07:00
parent 38b0539124
commit a7e3d4853a
25 changed files with 686 additions and 125 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ ServerShell::ServerShell(
: Shell(base, state) { }
void ServerShell::print_prompt() {
fwrite("newserv> ", 9, 1, stdout);
fwritex(stdout, Shell::PROMPT);
fflush(stdout);
}