on addLine
  put the topLeft of the target into currentTopLeft
  put the height of the target into currentHeight
  put the textHeight of the target into lineHeight
  set height of the target to currentHeight+lineHeight
  set the topLeft of the target to currentTopLeft
  tabKey
end addLine