On 5.1.2008, William Morgan wrote: > Does anyone know what the correct approach is for determining whether to > set the title or not? Is it a matter of checking $TERM?
I think checking if $TERM is one of "xterm.*" and "rxvt.*". I'd also add "screen" to the list as well (because screen deals with it and my main usage of sup is during a screen session :) and maybe "cyg.*" for whatever the cygwin term variable is (I think its cygwin but might be cygterm cant remember). Needs to be a regex because you get stuff like xterm-color. Marcus _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
