[Freeswitch-svn] [commit] r11031 - freeswitch/trunk/libs/esl
FreeSWITCH SVN
anthm at freeswitch.org
Wed Dec 31 10:55:09 PST 2008
Author: anthm
Date: Wed Dec 31 13:55:08 2008
New Revision: 11031
Log:
tweak
Modified:
freeswitch/trunk/libs/esl/fs_cli.c
Modified: freeswitch/trunk/libs/esl/fs_cli.c
==============================================================================
--- freeswitch/trunk/libs/esl/fs_cli.c (original)
+++ freeswitch/trunk/libs/esl/fs_cli.c Wed Dec 31 13:55:08 2008
@@ -67,6 +67,7 @@
c = global_profile->console_fnkeys[i - 1];
/* This new line is necessary to avoid output to begin after the ">" of the CLI's prompt */
+ printf("%s\n", c);
printf("\n");
if (c == NULL) {
@@ -74,6 +75,7 @@
return CC_REDISPLAY;
}
+
if (process_command(global_handle, c)) {
running = thread_running = 0;
}
@@ -693,7 +695,7 @@
#ifdef HAVE_EDITLINE
history(myhistory, &ev, H_ENTER, line);
#endif
-
+
if (process_command(&handle, cmd)) {
running = 0;
}
More information about the Freeswitch-svn
mailing list