HP3000-L Archives

April 2005, Week 4

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:
Robert Mills <[log in to unmask]>
Reply To:
Robert Mills <[log in to unmask]>
Date:
Wed, 27 Apr 2005 10:48:09 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (90 lines)
Greg,

My advice is to drop the right-hand side of your boxen. It's easier when
you don't have to calculate how many spaces is required for them to line
up correctly.

I use the following method in my scripts/jobs when I need to send
messages to the console. 

  #-- place in the script/job initialisation.
  setvar t 'tellop ![chr(14)+"R"+rpt(";",50)]'
  setvar m 'tellop ![chr(14)+"5"+rpt(";",50)]'
  setvar b 'tellop ![chr(14)+"F"+rpt(";",50)]'
  setvar s 'tellop ![chr(14)+":"+chr(15)]'

  #-- use whenever you need to send a message to the console.
  !t
  !s title line
  !m
  !s message text line 1
  !s message text line 2
  !b

  #-- place in the script cleanup (jobs don't need it).
  deletevar t, m, b, s

regards,
 
Robert W.Mills
Systems Development Manager
Windsong Services
(020) 8309 3604

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]] On
Behalf Of Olav Kappert
Sent: 27 April 2005 02:09
To: [log in to unmask]
Subject: Re: [HP3000-L] line draw characters

Greg:

If you can get a copy of the old hp2645 terminal manual,  all the line
drawing characters are included.  What I remember is that to access the
line drawing you need to access the secondary character set with control
+ N (shift out) & control O (shift in).

Line Drawing Characters: http://www.robelle.com/smugbook/linedraw.html

Note: You may need to define your screens as 132 character rather than
80. The escape sequences take up some of the 80 characters, but don't
actually display. So if screen is only defined as 80 characters wide you
can not type the full width line if non-displaying characters are
included.

Hope this helps.
Olav Kappert.

Greg Stigers wrote:

> Where can I find a 'map' to the line draw characters in that character

> set?
> I wouldn't mind replacing the flower-boxed
> *******************************
> * Check the STDList of JOBFOO *
> *******************************
> with a real box, if I cannot make the case for the uselessness of 
> flowerboxen. Of course, any help with the other escape and control 
> sequences would be welcome. I generally use ![CHR(27)] for escape, and

> the appropriate equivalents for anything else that is not human 
> readable text. The results may not be pretty
> !_B*********************************************
> !_B*!_N Error! See STDList; out of sequence error !_B*
> !_B*********************************************
> but at least they are easy to edit.
>
> Greg Stigers
>
> * 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 *

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

ATOM RSS1 RSS2