Always use ScrollAttribute for scrolling.
authorhpa <hpa>
Mon, 9 Apr 2001 23:16:06 +0000 (23:16 +0000)
committerhpa <hpa>
Mon, 9 Apr 2001 23:16:06 +0000 (23:16 +0000)
isolinux.asm
ldlinux.asm
pxelinux.asm

index ea8a534..7c812f2 100644 (file)
@@ -3156,7 +3156,7 @@ msg_line_wrap:                                    ; Screen wraparound
 msg_scroll:     xor cx,cx                       ; Upper left hand corner
                 mov dx,[ScreenSize]
                 mov [CursorRow],dh             ; New cursor at the bottom
-                mov bh,[TextAttribute]
+                mov bh,[ScrollAttribute]
                 mov ax,0601h                    ; Scroll up one line
                 int 10h
                 jmp short msg_gotoxy
index 3b1c1d1..e0ac944 100644 (file)
@@ -3141,7 +3141,7 @@ msg_line_wrap:                                    ; Screen wraparound
 msg_scroll:     xor cx,cx                       ; Upper left hand corner
                 mov dx,[ScreenSize]
                 mov [CursorRow],dh             ; New cursor at the bottom
-                mov bh,[TextAttribute]
+                mov bh,[ScrollAttribute]
                 mov ax,0601h                    ; Scroll up one line
                 int 10h
                 jmp short msg_gotoxy
index 0490d12..3fdae1b 100644 (file)
@@ -3165,7 +3165,7 @@ msg_line_wrap:                                    ; Screen wraparound
 msg_scroll:     xor cx,cx                       ; Upper left hand corner
                 mov dx,[ScreenSize]
                 mov [CursorRow],dh             ; New cursor at the bottom
-                mov bh,[TextAttribute]
+                mov bh,[ScrollAttribute]
                 mov ax,0601h                    ; Scroll up one line
                 int 10h
                 jmp short msg_gotoxy