On Fri, 2003-10-31 at 08:20, Carsten Schlipf wrote:
What I want to do, is to change the title to the current path. KDE's konsole does this automatically. For xterm I can use xtermset. But I haven't found something similar for Eterm.
xtermset should work.
I use this script, where ^[ is control escape and ^G is control G:
echo -n "^[]0;$1^G"
I have this as an alias in my .cshrc: title /bin/echo -e '\033]0;!*\007\c'
It could very well be the same thing. Works in xterm, and rxvt I think, also.
-- In Reach Technology: http://inreachtech.net/
Robert G. Werner [EMAIL PROTECTED]
Tel: 559.304.5122
I'm having BEAUTIFUL THOUGHTS about the INSIPID WIVES of smug and wealthy CORPORATE LAWYERS ...
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
