1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-07 19:29:27 +00:00

Nicer prompt

This commit is contained in:
Seth J. Morabito 2008-12-05 18:09:32 -08:00
parent a74322459a
commit 0163ae47b4

View File

@ -44,7 +44,7 @@ public class CommandParser {
}
private void prompt() throws IOException {
m_out.write("> ");
m_out.write("j6502> ");
m_out.flush();
}