fjsc: change prompt to be "( scratchpad )".

db4
John Benediktsson 2011-08-24 15:11:33 -07:00
parent 539d34fd23
commit 363ca60191
1 changed files with 99 additions and 99 deletions

View File

@ -40,7 +40,7 @@ function startup() {
rows: 18, rows: 18,
termDiv: "repl", termDiv: "repl",
crsrBlinkMode: true, crsrBlinkMode: true,
ps: "scratchpad ", ps: "( scratchpad )",
initHandler: fjsc_init_handler, initHandler: fjsc_init_handler,
handler: fjsc_repl_handler handler: fjsc_repl_handler
}; };