summaryrefslogtreecommitdiffstats
path: root/src/base/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/main/main.c')
-rw-r--r--src/base/main/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/main/main.c b/src/base/main/main.c
index 82ed3def..80d81c28 100644
--- a/src/base/main/main.c
+++ b/src/base/main/main.c
@@ -268,8 +268,11 @@ int Abc_RealMain( int argc, char * argv[] )
else
{
// start interactive mode
+
// print the hello line
Abc_UtilsPrintHello( pAbc );
+ // print history of the recent commands
+ Cmd_HistoryPrint( pAbc, 10 );
// source the resource file
if ( fInitSource )