#!/bin/tcsh # settitle # usage: # settitle "title string" # You must replace the two-character placeholders below # ^[ is the escape sequence, one character # ^G is the Bell, again, one character # in vi, replace ^[ with ctl-v ESC (or ctl-V ctl-[) # replace ^G with ctl-V ctl-G # EMACS users - if you don't know how, don't ask me echo -n "^[]2;$*^G"