grg021 / pfflipper

Page Forest APP - Flipper: A split-flap display simulator
5 stars 1 forks source link

No way for user to control which lines text is displayed on #32

Closed Bobby-Seidensticker closed 13 years ago

Bobby-Seidensticker commented 13 years ago

Input: This text is on the very top row


---
Next page of text

Results: Carriage returns are ignored and the text is displayed on the center line.

Expected: Carriage returns are taken into account and the test text will be displayed on the top row.

All lines, blank or not, should be treated as lines with text and affect which lines text is displayed on. Note: Any single line of text followed by 6 carriage returns will leave the screen blank.

grg021 commented 13 years ago

Fixed. Removed the $.trim to allow user to control line rows.

Bobby-Seidensticker commented 13 years ago

confirmed