Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!stroyan From: stroyan@hpfcso.HP.COM (Mike Stroyan) Newsgroups: comp.windows.x Subject: Re: Changing Title in hpterm Message-ID: <7320005@hpfcso.HP.COM> Date: 11 Mar 90 23:38:53 GMT References: <20807@bellcore.bellcore.com> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 15 > Is it possible to change the title of an hpterm running under motif? > Steve Jaffe Yes, it is possible. The title can be changed with the following sequence. &f0k D I use this ksh function- function hpterm_title { echo "\033&f0k${#1}D$1\c" } Mike Stroyan, stroyan@hpfcla.hp.com