add session replay functions
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ ServerShell::ServerShell(
|
||||
: Shell(base, state) { }
|
||||
|
||||
void ServerShell::print_prompt() {
|
||||
fwrite("newserv> ", 9, 1, stdout);
|
||||
fwritex(stdout, Shell::PROMPT);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user