From add921f1d312b074f21177bbceb777084161ca94 Mon Sep 17 00:00:00 2001 From: Carsten Strotmann Date: Fri, 19 Jun 2020 23:20:16 +0200 Subject: [PATCH] Notice on Editor and EMU2 --- msdos/README.ORG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/msdos/README.ORG b/msdos/README.ORG index 483b0cd..d14e788 100644 --- a/msdos/README.ORG +++ b/msdos/README.ORG @@ -35,4 +35,9 @@ by placing =\\= at the beginning of the first row of these blocks and comment in block #116 by changing the =\\= in the first row to =\=. (=\= is "skip to end of line" comment, while =\\= is the "skip - to end of current block" commend) + to end of current block" commend). + + The downside of this change is that the VolksForth full screen + editor does not work anymore, as the BIOS interface does not support + special keys like cursor or function keys. As a replacement, the + Retro-Forth Editor =rfe.fb= or some other Forth Editor can be used.