Ticket #13 (closed defect: fixed)

Opened 1 year ago

Last modified 6 months ago

Redraw does not handle rendering a line that extends beyond screen width characters

Reported by: coconnor Assigned to: coconnor
Priority: major Milestone:
Component: Uncategorized Version:
Keywords: Cc:

Description

  1. Run test/Bench with a width greater than the width of the screen.

The expectation is one of two:

  1. The lines that extend beyond the width of the screen are clipped and do not spill onto the next line.
  2. The lines spill onto the next line. Offsetting the subsequent line in the buffer by one line. Redraw does not fail to redraw the display properly.

The first is the more likely requirement and the easiest.

Change History

08/28/09 00:26:39 changed by coconnor

  • status changed from new to closed.
  • resolution set to fixed.

Resolved latest in darcs. Note: The latest in darcs is for vty version 4.0.0. Any programs currently dependent on vty 3 need to be updated to account for API changes in vty 4.

See patch attached to:

for an example conversion.