Jonas Koelker points out that the backspace key didn't work in GTK
[sgt/puzzles] / filling.c
index 3fcc3b1..896fe41 100644 (file)
--- a/filling.c
+++ b/filling.c
@@ -1097,7 +1097,6 @@ static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds,
       case '\r':
       case '\n':
       case '\b':
-      case '\177':
         button = 0;
         break;
       default: