Otherwise the message "erresc: unknown str" is printed.
                                fprintf(stderr, "erresc: invalid foreground color: %s\n", p);
                        else
                                redraw();
-                       break;
+                       return;
                case 11:
                        if (narg < 2)
                                break;
                                fprintf(stderr, "erresc: invalid background color: %s\n", p);
                        else
                                redraw();
-                       break;
+                       return;
                case 12:
                        if (narg < 2)
                                break;
                                fprintf(stderr, "erresc: invalid cursor color: %s\n", p);
                        else
                                redraw();
-                       break;
+                       return;
                case 4: /* color set */
                        if (narg < 3)
                                break;