| 102 | } |
| 103 | |
| 104 | static void |
| 105 | traditional(boolean on) |
| 106 | { |
| 107 | #ifdef SCREEN_VGA |
| 108 | if (iflags.usevga) |
| 109 | vga_traditional(on); |
| 110 | #endif |
| 111 | #ifdef SCREEN_VESA |
| 112 | if (iflags.usevesa) |
| 113 | vesa_traditional(on); |
| 114 | #endif |
| 115 | } |
| 116 | |
| 117 | static void |
| 118 | refresh(void) |
no test coverage detected