=[1;1H[JPEP001.PA(0A(B[1;10H
The only way I can see that doing nothing at all is if the simulator is somehow stripping the ESC character.
I've tried this under both an xterm type app locally and on my hardware terminal, the latter set in VT52, VT220-7 and ANSI.SYS modes.
I am experiencing acute clue deficiency here.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/55f91d89-8f3d-42eb-9a73-5221d4625f49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Add the following to your simh initialization file:set tto 7b
VTEDIT.TEC resides in q-register I.
It may be loaded by ERVTEDIT.TEC$YHXIHK$$.
Getting this onto the pack (as VTEDIT.DC) would be a good idea.
On Thursday, December 15, 2016 at 4:06:12 AM UTC-7, Rick Murphy wrote:
Add the following to your simh initialization file:set tto 7bIs the only drawback to that that you then have to put the keyboard into caps lock mode most of the time, else you confuse things like CCL?
I am debating making this the default in the next release of the software, but won't do so if there are other drawbacks.VTEDIT.TEC resides in q-register I.It may be loaded by ERVTEDIT.TEC$YHXIHK$$.Yyyyyeeessss...perfectly obvious. :rolleyes:
I see that your provided TECO.IN file bypasses the need for knowing this. Thank you for that.Getting this onto the pack (as VTEDIT.DC) would be a good idea.Done, and checked in. May I also add this tutorial to the software repository as a wiki article?
LCSYS.BI patches the keyboard monitor and command decoder to case-wrap input.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/571433b5-5365-496e-ae73-1225a4ca7658%40googlegroups.com.
July 30, 2017 at 8:06 AM
Bill,There's a few ways I can get this to you.One, the TECOVT.MA source file.Two, a zip file with the entire source set. (VTEDIT.TE changes as well)Three, the SIMH disk image, which has MACREL installed along with the modified source. (http://www.rickmurphy.net/macrel.rk05)Four, a diff of the original and new source.What's your preference?
-Rick
--Rick Murphy, CISSP-ISSAP, K1MU/4, Annandale VA USA
July 30, 2017 at 12:50 AM
Hi Rick.--Sorry to bother you on this thread so many months later.Does anyone have that patch in source form?It looks like it not only upcases, but also does video terminal style rubout processing.If no source is available, I may disassemble it myself. (But that means I'll also do a trial compile of the KBM and CM to look at where the patch registers in the old source.)-Bill
On Thursday, December 15, 2016 at 9:57:08 AM UTC-5, Rick Murphy wrote:
You received this message because you are subscribed to a topic in the Google Groups "PiDP-8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-8/0VJuTjRnlas/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-8+un...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/571433b5-5365-496e-ae73-1225a4ca7658%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/597DF9A6.2030802%40gmail.com.
OK, now I understand.I doubt that any source code for the underlying code was ever written. They're a mod to the existing code, probably based on a read of the OS/8 sources.They're a hack to allow lowercase input to be folded, and only fix this for the KBM and CD.Everything else (any other OS/8 program) is presented with mixed case and has to deal with it. which is why the default for the PiDP-8 SIMH config is to restrict lowercase.-Rick
Despite all of the massive ruination in OS/278 V2, this was actually implemented in the release.