Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

oed 7.4 for DOS (Announce)

posted by bencollver Homepage, 29.04.2024, 06:09

I did more testing, found compatibility problems, and fixed them.

DJGPP printf doesn't consistently handle printing \t TAB characters.
It displays a "ring" character when running FreeDOS under DOSBox-X.
Normally, it moves the cursor right to the next tab stop.
This affects the output of the 'n' command.
Use "%-8d" format instead of "%d\t" in DJGPP.

DJGPP getche() handles echoing \b on Backspace keypress differently than the others.
It allows backspacing back up to the previous row.
BCC and Watcom always leave the cursor on the same row.
Use getch() instead of getche()

Watcom getche() doesn't consistently handle echoing \r on Enter keypress.
It uses INT 21h AH=01h.
In DOSBox, this echoes \r\n, advancing the cursor to the next row.
In FreeDOS, this echoes \r, leaving the cursor on the same row.
Use getch() instead of getche()


I posted the fixes in oed74e.zip

 

Complete thread:

Back to the forum
Board view  Mix view
22049 Postings in 2034 Threads, 396 registered users, 24 users online (0 registered, 24 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum