Bug 29574

Summary: doscmd INT 10, FNs 0x09,0x0A cause wrong output
Product: Base System Reporter: Nils M Holm <nmh>
Component: binAssignee: Thomas Gellekum <tg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Nils M Holm 2001-08-09 18:20:01 UTC
When a DOS program running under DOSCMD executes INT 10 (BIOS video
services), function 0x09 (emit char) or function 0x0A (emit char +
attribute) while the cursor is at the lower right corner, the screen
will be scrolled.

The original AT BIOS will not scroll the screen in this case, since
the function does not affect the cursor position.

This bug may cause some programs to behave in an unexpected way.
Comment 1 dd freebsd_committer freebsd_triage 2001-08-09 18:27:21 UTC
Responsible Changed
From-To: freebsd-bugs->tg

Over to person doing most of the commits here.
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 2001-08-14 12:57:42 UTC
State Changed
From-To: open->closed

Superseded by PR 29601.