Revision c4a735f9 sdl.c

b/sdl.c
569 569
                        toggle_full_screen(ds);
570 570
                        gui_keysym = 1;
571 571
                        break;
572
                    case 0x16: /* 'u' key on US keyboard */
573
                        scaling_active = 0;
574
                        sdl_resize(ds);
575
                        vga_hw_invalidate();
576
                        vga_hw_update();
577
                        break;
572 578
                    case 0x02 ... 0x0a: /* '1' to '9' keys */
573 579
                        /* Reset the modifiers sent to the current console */
574 580
                        reset_keys();

Also available in: Unified diff