Changeset 82143 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 24, 2019 12:56:42 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
r82133 r82143 531 531 * But if cursor star or end is bigger than 31, don't adjust. 532 532 */ 533 // @todo:Figure out if this is a text mode533 /// @todo Figure out if this is a text mode 534 534 if (cga_emu /* && text mode*/ && (CH < 32) && (CL < 32)) { 535 535 cheight = read_word(BIOSMEM_SEG, BIOSMEM_CHAR_HEIGHT);
Note:
See TracChangeset
for help on using the changeset viewer.