en:docs:bios:api:int10:01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:docs:bios:api:int10:01 [2022/03/13 07:35] – created prokusheven:docs:bios:api:int10:01 [2024/05/20 08:13] (current) prokushev
Line 10: Line 10:
  
 Set Cursor Size Set Cursor Size
 +
 +===== osFree Macro Library =====
 +
 +[[en:docs:macrolib:@SetCurSz]]/[[en:docs:macrolib:@SetCsrSize]]
  
 ===== Family API ===== ===== Family API =====
Line 15: Line 19:
 [[en:docs:fapi:VioSetCurType]] [[en:docs:fapi:VioSetCurType]]
  
-===== Input =====+===== Parameters =====
  
-  AH = 01h +  AH = 01h 
-  CH = Start line +  CH = Start line 
-  CL = End line+  CL = End line
  
 ===== Return ===== ===== Return =====
  
- +none
-===== Macro ===== +
- +
-<code asm> +
-INCLUDE BIOS.INC +
- +
-@SetCurSz 7,10 +
-</code>+
  
 ===== Notes ===== ===== Notes =====
  
- +  * buggy on EGA systems--BIOS remaps cursor shape in 43 line modes, but returns unmapped cursor shape 
- +  * UltraVision scales size to the current font height by assuming 14-line monochrome and 8-line color fonts; this call is not valid if cursor emulation has been disabled 
- +  * applications which wish to change the cursor by programming the hardware directly on EGA or above should call INT 10/AX=1130h or read 0040h:0085h first to determine the current font height 
- +  * on some adapters, setting the end line greater than the number of lines in the font will result in the cursor extending to the top of the next character cell on the right 
-===== Note ===== +  * AMI 386 BIOS and AST Premier 386 BIOS will lock up the system if AL is not equal to the current video mode 
- +  Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]
-Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]+
  
 {{page>en:templates:biosapi}} {{page>en:templates:biosapi}}