NABU: ANSI Terminal mode only 32 char width

Discussion about other targets
Post Reply
DJ Sures
Member
Posts: 67
Joined: Sun Dec 11, 2022 12:41 pm

NABU: ANSI Terminal mode only 32 char width

Post by DJ Sures »

Interestingly, something seems to have changed between the last time I've built the console test program. The previous build displays correctly with 80 columns. With the recent z88dk, the same program limits the column width to 32. Do you know what might have changed to cause this?

Here's the build command

Code: Select all

zcc +cpm -subtype=nabu main.c -compiler=sdcc -create-app -lndos -pragma-need=ansiterminal -pragma-define:ansicolumns=80 -o test
Previous build
Capture.JPG
Recent build
Capture.JPG
You do not have the required permissions to view the files attached to this post.
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

Re: NABU: ANSI Terminal mode only 32 char width

Post by dom »

Ah. That was me rewriting all the screen mode code. It‘s an easy fix but I‘m afk until Monday evening.
DJ Sures
Member
Posts: 67
Joined: Sun Dec 11, 2022 12:41 pm

Re: NABU: ANSI Terminal mode only 32 char width

Post by DJ Sures »

No rush :) Just something i was testing and came across it. Thanks in advance!
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

Re: NABU: ANSI Terminal mode only 32 char width

Post by dom »

Just to wrap this up, this issue was fixed on the 2023-04-10.
Post Reply