1 Not Bugs
ksherlock edited this page 2018-01-30 13:39:31 -05:00

GS/OS Console:

zip

Problem: zip uses the cs (set scroll region) command with a fallback of dl (delete current line) to maintain the status bar on line 1. The GS/OS console has neither facility (it does have windowing capabilities but it's not usable for cs). Consequently, the status bar on line 1 gets screwed up.

Solution: zip needs to be updated to check for dl and redraw the status bar if not present.

ProTerm Special

zip

Problem: (PTSE supports dl (but not cs) commands.) Due to the am (automatic margin) futures, long lines wrap into the next row. This causes zip to lose track of the current line and the status bar on line 1 gets screwed up.

Solution: zip needs to check for text lines == 80 or just always redraw the status bar.