Rev 4240 | Rev 4325 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4240 | Rev 4321 | ||
|---|---|---|---|
| Line 510... | Line 510... | ||
| 510 | 510 | ||
| 511 | async_serialize_start(); |
511 | async_serialize_start(); |
| 512 | gcons_notify_connect(consnum); |
512 | gcons_notify_connect(consnum); |
| 513 | conn->client_phone = IPC_GET_ARG5(*icall); |
513 | conn->client_phone = IPC_GET_ARG5(*icall); |
| 514 | screenbuffer_clear(&conn->screenbuffer); |
514 | screenbuffer_clear(&conn->screenbuffer); |
| - | 515 | if (consnum == active_console) |
|
| - | 516 | clrscr(); |
|
| 515 | 517 | ||
| 516 | /* Accept the connection */ |
518 | /* Accept the connection */ |
| 517 | ipc_answer_0(iid, EOK); |
519 | ipc_answer_0(iid, EOK); |
| 518 | 520 | ||
| 519 | while (1) { |
521 | while (1) { |