Project

General

Profile

Bug #492

Amiga mode printing, with correct amount of char across screen, next print line does CRLF

Added by malcolm harvey over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
09/14/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Amiga manifest mode, using the print command on say a 320x200 pixel screen.

eg: command print "your text here" it should be 40 char wide if screen is 320pixels wide/8 but it seams to be 39 char 1 short in Amiga mode anyways that will fit.
IE: If you put in 40 chars they fit as they should, but the next print line if directly under it, does a CRLF first before the next print, if only 39 characters on each line this does not happen.

eg: Should print like the below..40 characters wide on 320pixel screen

print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

but it does the below instead.

print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

Again, if you as above only print 39 characters on same 320pixel screen
it prints fine as below not correct currently.

print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

Also available in: Atom PDF