| 394 | } |
| 395 | |
| 396 | void |
| 397 | init_sco_cons(void) |
| 398 | { |
| 399 | #ifdef TTY_GRAPHICS |
| 400 | if (WINDOWPORT(tty) && sco_flag_console) { |
| 401 | atexit(sco_mapon); |
| 402 | sco_mapoff(); |
| 403 | load_symset("IBMGraphics", PRIMARYSET); |
| 404 | load_symset("RogueIBM", ROGUESET); |
| 405 | switch_symbols(TRUE); |
| 406 | if (has_colors()) |
| 407 | iflags.use_color = TRUE; |
| 408 | } |
| 409 | #endif |
| 410 | } |
| 411 | #endif /* _M_UNIX */ |
| 412 | |
| 413 | #ifdef __linux__ /* via Jesse Thilo and Ben Gertzfield */ |
no test coverage detected