grg021 / pfflipper

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

Garbage letters left on board when editing #5

Closed mckoss closed 13 years ago

mckoss commented 13 years ago

Type:

Hello
World

Hit Back to get board to display.

Now change to:

Hello

World

Result:

HELLO
HELLO
WORLD

Expect:

HELLO

WORLD

Garbage characters are left on the screen. They should be all reverted to blanks if they are not present in the current screen display.

grg021 commented 13 years ago

Fixed issue using a variable "curr" to separate current characters to garbage ones. Garbage characters are now reverted to blanks.

Bobby-Seidensticker commented 13 years ago

confirmed

mckoss commented 13 years ago

ok