| 115 | } |
| 116 | |
| 117 | static void |
| 118 | refresh(void) |
| 119 | { |
| 120 | #ifdef SCREEN_VGA |
| 121 | if (iflags.usevga) |
| 122 | vga_refresh(); |
| 123 | #endif |
| 124 | #ifdef SCREEN_VESA |
| 125 | if (iflags.usevesa) |
| 126 | vesa_refresh(); |
| 127 | #endif |
| 128 | } |
| 129 | #endif /* TILES_IN_GLYPHMAP */ |
| 130 | #endif /* MSDOS */ |
| 131 |
no test coverage detected