HP3000-L Archives

November 2003, Week 2

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:
Dave Somebody <[log in to unmask]>
Reply To:
Date:
Wed, 12 Nov 2003 10:40:57 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (77 lines)
Should be possible to bypass ALL view settings, and exit without calling
vcloseterm, vcloseform, etc.

Just send the escape codes for character mode, non-format mode, home-down,
etc.  Then stop run.  The quit-on-fatal error routines in all our view
screens have been doing this for 20 years.  No guarantees on how smoothly it
works if you aren't really exiting....

Dave ("You do still have your 262x terminal manuals with all the escape
codes listed, don't you") Powell

----- Original Message -----
From: "Mark Undrill" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Wednesday, November 12, 2003 03:32
Subject: Re: [HP3000-L] VPLUS Term Options Question


> "Brian Donaldson" <[log in to unmask]> wrote in message
> news:tbSdndMH0qeh9yyiRVn-sA@fidnet.com...
> > Listers:
> >
> > Can anyone help me with this? I am trying to preserve what's on the
screen
> > when I press the F8 key to exit application.
> >
> > I set bit11-12=10 but it doesn't seem to work. Maybe my logic is wrong:
> >
> > THE USER TIMEOUT=>+0015<
> >
> > OCTAL TABLE    =>0000000000110001<
> > the bit settings=>+000000049<
> > THE TERMOPTIONS=>+0049<
> >
> >
> > MOVE ZEROES    TO COM-TERMOPTIONS.
> > ADD 32         TO COM-TERMOPTIONS.
> >     (this enables the timeout function to happen -- works fine)
> >      IF WS-VPLUS-SUPPRESS-BELL = "Y" THEN
> >         (don't know if this is working or not)
> >         ADD 1 TO COM-TERMOPTIONS
> >      END-IF.
> >      IF WS-VPLUS-CLEAR-SCREEN NOT = "Y" THEN
> >              (apparently doesn't work but don't know why)
> >        ADD 16 TO COM-TERMOPTIONS
> >      END-IF.
> >
> >    I also tried just moving the decimal value of 49 to COM-TERMOPTIONS.
> The
> > timeout function works fine, don't know about the bell suppression
working
> as
> > my pc does not have sound, and the screen blanks out every time I exit
the
> > application regardless of bit 11-12 settings.
> >
> > Or am I misinterpreting what bits 11-12 are really for?
> >
> >
> > Brian Donaldson.
> >
> Err. If you're exiting the application presumably it's shutting down VPlus
> and that will reset the terminal to character mode. Or am I
> misunderstanding?
>
> Regards
> --
> Mark Undrill
> Affirm Limited
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *
>

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

ATOM RSS1 RSS2