Arc Forumnew | comments | leaders | submitlogin
1 point by thaddeus 5309 days ago | link | parent

at line 301 (allows 'clear' to work in REPL):

   } else if(cdispatch && key == 'clear' ) {
     content.html( '' );
     set_prompt(cprompt);
ok... and I'll stop now :)