| # | Line 431 | Line 431 | XKeyEvent *ekey; | |
|---|---|---|
| 431 | XFlush(); | |
| 432 | free_raster(ourras); | |
| 433 | getras(); | |
| 434 | < | return(redraw(0, 0, width, height)); |
| 434 | > | /* fall through */ |
| 435 | case CTRL(R): /* redraw */ | |
| 436 | XClear(wind); | |
| 437 | return(redraw(0, 0, width, height)); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |