taviso / wpunix

WordPerfect for UNIX Character Terminals
646 stars 18 forks source link

Status misaligned on large terminals. #39

Closed taviso closed 1 year ago

taviso commented 1 year ago

A user pointed out over email that the status is not printed correctly on very large terminals.

I can reproduce if my $COLUMNS is over ~260 or so - that number is suspiciously close to 2^8, so it seems likely a 8bit counter is overflowing somewhere.

Overall WP is still usable, just looks a bit wrong. This is just a reminder for me to investigate what code is doing that.

taviso commented 1 year ago

Oops, it seems like somebody else reported this a few months ago and I still haven't got around to it. #28