Displaying Scrolling Text with Continuous New Lines

LT's icon

I'd like to be able to read through lines of a text object and then display each new line in a movie in a scrolling fashion. Essentially I'd like to:

Display a line of text from a text object to a jit.window positioned at the 'top' of the matrix, and then have this line move down a space for every new line of text that's 'added'. I found a way to display one line at a time using jit.gl.text2d, but each time I read in another line from the text object it replaces the previous one in the jit.window. I know there has to be a way to do this but I don't know where to start. Does anybody have any ideas?

Does anybody know a way for me to display scrolling lines of text where