Skip to content

Commit

Permalink
MONDRAIN
Browse files Browse the repository at this point in the history
       Explicitly flush the command prompt.

[git-p4: depot-paths = "//open/mondrian/": change = 6866]
  • Loading branch information
Richard Emberson committed Jun 12, 2006
1 parent 072b1dd commit 4cc9f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/mondrian/tui/CmdRunner.java
Expand Up @@ -841,6 +841,7 @@ protected void commandLoop(Reader in, boolean interactive) {
} else {
out.print(COMMAND_PROMPT_START);
}
out.flush();
}
if (!inMdxCmd) {
buf.setLength(0);
Expand Down

0 comments on commit 4cc9f05

Please sign in to comment.