writing messages to the status line of a terminal

Patrick A. Townson patrick at chinet.chi.il.us
Mon Feb 5 12:42:35 AEST 1990


In article <5672 at holston.UUCP> barton at holston.UUCP (Barton A. Fisk) writes:

>Greetings all!
>
>I would like to be able to write short messages to the
>status line of our wyse 50 terminals, thereby not inter-
>fering with the applications that are running. The environ-
>ment is sco Xenix 2.2. 

ESC F aaaa CR will write in the host message field, i.e. the upper right
hand corner, top right half of the first line.  'aaaa' is the desired
message up to 46 characters for an 80 column screen or up to 100
characters for a 132 column screen. 

What do you want the message there to look like?  Here are the most common
Attribute Codes:

     ESC A 3 attr   (the ESC A part controls this)
                    (the 3 tells terminal we want the host message area)

Then, a few common attributes are:

0 = Normal   1= Blank (no display)   2 = Blink   4 = Reverse   6 = Reverse
and blink   p = Dim

(There are about thirty different attribute combinations on the above)

I hope this helps you.

Patrick Townson

               
-- 
Patrick Townson 
  patrick at chinet.chi.il.us / ptownson at eecs.nwu.edu / US Mail: 60690-1570 
  FIDO: 115/743 / AT&T Mail: 529-6378 (!ptownson) /  MCI Mail: 222-4956



More information about the Comp.unix.xenix mailing list