| 1069 | } |
| 1070 | |
| 1071 | void |
| 1072 | tileview(boolean enable) |
| 1073 | { |
| 1074 | #ifdef SCREEN_VGA |
| 1075 | if (iflags.grmode && iflags.usevga) |
| 1076 | vga_traditional(enable ? FALSE : TRUE); |
| 1077 | #endif |
| 1078 | #ifdef SCREEN_VESA |
| 1079 | if (iflags.grmode && iflags.usevesa) |
| 1080 | vesa_traditional(enable ? FALSE : TRUE); |
| 1081 | #endif |
| 1082 | } |
| 1083 | #endif /* NO_TERMS */ |
| 1084 | |
| 1085 | #else /* STUBVIDEO */ |
no test coverage detected