--- ray/src/hd/rhdisp.c 1998/01/05 17:40:28 3.21 +++ ray/src/hd/rhdisp.c 1998/01/06 05:26:20 3.22 @@ -323,6 +323,7 @@ usr_input() /* get user input and process it */ break; case DC_REDRAW: /* redraw from server */ imm_mode = beam_sync() > 0; + dev_clear(); break; case DC_KILL: /* kill rtrace process(es) */ serv_request(DR_KILL, 0, NULL);