| 756 | } |
| 757 | |
| 758 | void |
| 759 | HideCursor(void) |
| 760 | { |
| 761 | #ifdef SCREEN_VGA |
| 762 | if (iflags.usevga) |
| 763 | vga_HideCursor(); |
| 764 | #endif |
| 765 | #ifdef SCREEN_VESA |
| 766 | if (iflags.usevesa) |
| 767 | vesa_HideCursor(); |
| 768 | #endif |
| 769 | } |
| 770 | |
| 771 | #endif /* SIMULATE_CURSOR */ |
| 772 |
no test coverage detected