JoeStrout/soda

Bug: cursor placement on rows is not working

Opened this issue · 0 comments

Steps to reproduce:

text.row = text.rows  // try also with text.rows - 1
print "Hello"

Expected:

  • Text would be printed at the top row of the window

Found:

  • Text is printed at what seems to be the 3rd row

See screenshot:
(ignore the blue boxes)

image