From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Sat, 05 Jan 2008 20:11:14 +0000 Subject: [sup-talk] interface blinking and corrupted on the console In-Reply-To: <1199557847-sup-5728@south> References: <1199537691-sup-493@clarabella.clarabella> <1199557847-sup-5728@south> Message-ID: <1199563333-sup-1769@tomsk> 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