aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/main_common.c')
-rw-r--r--src/common/main_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/main_common.c b/src/common/main_common.c
index 4bd9e94..749d228 100644
--- a/src/common/main_common.c
+++ b/src/common/main_common.c
@@ -329,6 +329,10 @@ next_char:
/* toggle display */
display_wave_on(-1);
goto next_char;
+ case 'i':
+ /* dump info */
+ dump_info();
+ goto next_char;
}
/* process audio of built-in call control */