HP3000-L Archives

July 2007, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Keven Miller (rtt)" <[log in to unmask]>
Reply To:
Keven Miller (rtt)
Date:
Thu, 19 Jul 2007 17:04:01 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Brian Donaldson wrote:
> I was using the escape sequence %33&k1L to turn local echo off
> and then %33&k0L to turn it back on.
> 
> This escape sequence isn't doing what I was hoping it would do.
> Instead of blanking out the entered values it is actually doubling
> the character values entered (example: pass=magic is being displayed as
> mmaaggiicc)

As John pointed out, you need to tell the Host (Hp3000) not to echo
the chars, which is done with FCONTROL (or issuing the CI commands).

The above escape sequences, tell Reflection to turn its echo of
chars on (1L) or off (0L).

"normal" operation would be
    Reflection inputs keyboard char
    Reflection sends char to Host
    Host "echos" char by sending it back to Reflection
    Reflection then prints char.

With local echo on (%33&k1L),
    Reflection inputs keyboard char
    Reflection prints char (local echo)
    Reflection sends char to Host
    Host "echos" char by sending it back to Reflection
    Reflection then prints char.

Keven

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2