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

Cursor moves past 80th column. #6

Open jrschmidt opened 9 years ago

jrschmidt commented 9 years ago

The console stops printing after the 80th column. However, the cursor keeps going. It should just stop and do nothing if user tries to type beyond column 80.