jrschmidt / grandpa-basic-1980

Programming 1980 style!! This project emulates an old fashioned line-numbered BASIC language machine. On a monochrome monitor, of course, and only upper case letters. Green, or amber if you want to get fancy with third party equipment. I have started a new project to convert this to Typescript (see `typescript` branch).
http://gb80-toquima.rhcloud.com/
0 stars 0 forks source link

Scrolling fixes #4

Open jrschmidt opened 9 years ago

jrschmidt commented 9 years ago

We need to fix scrolling so that anything printed on the BASIC console that has more lines than will fit on the 'screen' will stop and wait until Enter is pressed before scrolling the next lines.

(Pressing Enter to scroll console output is consistent with user interface conventions in the original target platforms that we are emulating.)