If this breaks something, use "\b \b" like readline in common\main.c
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
                }
        }
 
-       lcd_putc_xy(console_col * VIDEO_FONT_WIDTH,
-               console_row * VIDEO_FONT_HEIGHT, ' ');
 }
 
 /*----------------------------------------------------------------------*/
        }
 
        switch (c) {
+       case '\a': /* I guess we'll just live without a bell,
+                        we're just an lcd. Todo: visual bell? :P */
+               return;
        case '\r':
                console_col = 0;