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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/main_common.c b/src/common/main_common.c
index 4359546..7a38bc4 100644
--- a/src/common/main_common.c
+++ b/src/common/main_common.c
@@ -431,8 +431,14 @@ next_char:
goto next_char;
case 'w':
/* toggle display */
+ display_iq_on(0);
display_wave_on(-1);
goto next_char;
+ case 'q':
+ /* toggle display */
+ display_wave_on(0);
+ display_iq_on(-1);
+ goto next_char;
case 'i':
/* dump info */
dump_info();