Rev 1528 | Rev 1547 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1528 | Rev 1533 | ||
|---|---|---|---|
| Line 310... | Line 310... | ||
| 310 | break; |
310 | break; |
| 311 | case CONSOLE_SET_STYLE: |
311 | case CONSOLE_SET_STYLE: |
| 312 | 312 | ||
| 313 | arg1 = IPC_GET_ARG1(call); |
313 | arg1 = IPC_GET_ARG1(call); |
| 314 | arg2 = IPC_GET_ARG2(call); |
314 | arg2 = IPC_GET_ARG2(call); |
| 315 | screenbuffer_set_style(&(connections[consnum]),arg1, arg2); |
315 | screenbuffer_set_style(&(connections[consnum].screenbuffer),arg1, arg2); |
| 316 | if (consnum == active_console) |
316 | if (consnum == active_console) |
| 317 | nsend_call_2(fb_info.phone, FB_SET_STYLE, arg1, arg2); |
317 | nsend_call_2(fb_info.phone, FB_SET_STYLE, arg1, arg2); |
| 318 | 318 | ||
| 319 | break; |
319 | break; |
| 320 | case CONSOLE_GETCHAR: |
320 | case CONSOLE_GETCHAR: |