| # | Line 46 | Line 46 | char *argv[]; | |
|---|---|---|
| 46 | if (inp & DEV_SHUTDOWN) | |
| 47 | serv_request(DR_SHUTDOWN, 0, NULL); | |
| 48 | if (inp & DEV_REDRAW) { | |
| 49 | – | beam_sync(); |
| 49 | imm_mode = 1; /* preempt updates */ | |
| 50 | + | beam_sync(); |
| 51 | } | |
| 52 | if (inp & DEV_WAIT) | |
| 53 | pause = 1; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |