taviso / wpunix

WordPerfect for UNIX Character Terminals
603 stars 17 forks source link

large number of columns corrupts status indicator #28

Open taviso opened 1 year ago

taviso commented 1 year ago

If you have a terminal with a very large number of columns (260 or more), the status indicator gets glitchy. wp is still usable, but clearly this is a bug.

This number is suspiciously close to 2^8, which makes me think a 8bit integer is wrapping somewhere.