View Single Post

   
  #2 (permalink)  
Old 01-04-2008, 09:22 PM
mark taylor
 
Posts: n/a
Default Re: Window title question

sarajo@pwc.ca (Omac) wrote in message news:<5b37b34e.0401191159.45260822@posting.google. com>...
> Hi all,
>
> My problem is this:
> The window name is too long and the window cannot be resized. The
> portion of data I want is at the extreme right of the window, so I
> cannot read it. I know there is a command line that can be entered in
> the dtterm window to get it but I obviously cannot remember it.
>
> Does anybody know what it is?
>
> TIA!


dtterm -title title_string

Specifies the window title. If the -e flag is used, the
default will be the last component of the program's path. If the -e flag is not
used, the default will be the last component of the name used to run dtterm
(i.e., argv[0]). title_string specifies the title to use. Associated resource:
title.
Reply With Quote