The following commit has been merged in the master branch: commit 73682a55da83cc616333ed149760cdc3bcec3a7b Author: Corinna 'Elektra' Aichele onelektra@gmx.net Date: Sun Dec 17 21:10:38 2006 +0100
* changed version number to 0.11 * cosmetics to final output the easteregg
diff --git a/posix.c b/posix.c index 0c2104c..0d91859 100644 --- a/posix.c +++ b/posix.c @@ -1047,8 +1047,8 @@ int main(int argc, char *argv[])
print_animation();
- printf( "\x1B[0;0HB.A.T.M.A.N.-III v%s", VERSION); - printf( "\x1B[9;0HMay the bat guide your path ...\n" ); + printf( "\x1B[0;0H\t B.A.T.M.A.N.-III v%s", VERSION); + printf( "\x1B[9;0H \t May the bat guide your path ...\n\n\n" );
return (0);