Better speculative local echo/editing. Also outputs debugging/timing info

This commit is contained in:
Keith Winstein
2011-12-14 03:56:28 -05:00
parent 048485f363
commit 09905fbd07
11 changed files with 556 additions and 400 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ int main( int argc, char *argv[] )
client.main();
client.shutdown();
printf( "\n[stm is exiting.]\n" );
printf( "\n[mosh is exiting.]\n" );
return 0;
}