Q: how to change Dtterm title ?

From: <FRANK_at_OSMIUM.LLNL.GOV>
Date: Fri, 21 Mar 1997 8:29:12 -0800 (PST)

Greetings,
  The vms code below will change the title of a DECterm window
and icon. Is there a method to change the window and icon title
of a Dtterm window in DU 4.x ?
  Thanks for the help.
                        rich
                        rnfrank_at_llnl.gov

________________________________________________________________
VMS code:
$! cwt.com 2. aug. 1995 rnf
$! Change Window Title - useage: _at_cwt p1 where p1 is new window & icon title
$ nodename=f$getsyi("nodename")
$ if p1 .eqs. "" then p1 = nodename
$ esc[0,7]=27
$ osc=esc+"]"
$ st=esc+"\"
$ write sys$output osc,"]2L;''p1'",st
$ write sys$output osc,"21;''p1'",st
$ exit
Received on Fri Mar 21 1997 - 17:59:56 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT