POSIX: Fix shell printing

This commit is contained in:
Lorenz Meier
2015-09-12 12:11:17 +02:00
parent c19fa0c822
commit 779efc1cbc
+2
View File
@@ -67,7 +67,9 @@ extern "C" {
static void print_prompt()
{
cout.flush();
cout << "pxh> ";
cout.flush();
}
static void run_cmd(const vector<string> &appargs)