Hide cursor if in notification bar, and soft reset on exit

This commit is contained in:
Keith Winstein
2011-10-13 00:17:05 -04:00
parent 197bbb5272
commit 07173590c9
2 changed files with 8 additions and 1 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( "\033[!p\n[stm is exiting.]\n" );
return 0;
}