Closed nihirash closed 5 months ago
this is intended behaviour. pressing CTRL together with L is equivalent to performing a VDU 12
command which will clear the screen, as L is the 12th letter. the same behaviour works for most other letters that match up to a single-byte VDU command - initially it worked with CTRL+N and CTRL+O only to enable and disable "paged" mode, but this has been extended
to disable this functionality see you need to call VDU 28, 0, 98, 0
Got it! Thank you for explaining!
It's not a bug!
If you press
CTRL+L
in any place - you'll cleaned screen anyway(even in games or demos).And there no difference is echo enabled or not.