BBC BASIC for Windows
Programming >> Communication and Input/Output >> Copy cursor ignores text viewport
http://bb4w.conforums.com/index.cgi?board=communication&action=display&num=1441053404

Copy cursor ignores text viewport
Post by JGHarston on Aug 31st, 2015, 8:36pm

Run this test program:
Code:
      MODE 0
      VDU 28,0,31,39,0
      PRINT "COPY THIS LINE OF TEXT: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG"
      INPUT ""A$ 

The copy the line of text (ie, TAB, up, up, hold TAB down....) The copy cursor doesn't notice the edge of the text viewport, so you end up copying in from outside the viewport. (v5.95a and v6.00a)