From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 08:40:47 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D83DF1065674 for ; Thu, 5 Aug 2010 08:40:47 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 64C2E8FC14 for ; Thu, 5 Aug 2010 08:40:46 +0000 (UTC) Received: by bwz12 with SMTP id 12so3694346bwz.13 for ; Thu, 05 Aug 2010 01:40:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=fWXl8GEqduxFYJ8FGOO4z5SFQuzzwjN1k+D3Q3aMkGg=; b=dvzeskdW1a+qCT/Bo/oYwDg00yrvpj8NyZwAT0abqNw8JaOpjhyQ4y0CBsXKMgo2g7 YHgmyqSYM3AxjTwpYgJpn3+azKdI1telzf0nUurr4g4tQtrD8QVbTUciZI5kOTa/arYb y4bKkRKqjGip3qfMC3Rq7pYbBS1/QHuCTGIos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NpKfeGDrLIDyoi1wJrG/GKIrdBD2fAHRYfZ/HkASANDV4P3O/oVzw/Doe9TJ4PM8gx 7rv2yIAMToNy6JQDj1Tr2EcLdpynl6JPX8eV5nVUxUnwgAvFk1G0l10ur0UCRqJWTmdb Fi89f4+TPa+R4bjWEvc0KYg/28bDXKHyV11B8= MIME-Version: 1.0 Received: by 10.204.81.148 with SMTP id x20mr7138655bkk.138.1280995835758; Thu, 05 Aug 2010 01:10:35 -0700 (PDT) Received: by 10.204.18.10 with HTTP; Thu, 5 Aug 2010 01:10:35 -0700 (PDT) In-Reply-To: <864ofcpcrg.fsf@gmail.com> References: <4C55991C.4020205@telting.org> <864ofcpcrg.fsf@gmail.com> Date: Thu, 5 Aug 2010 10:10:35 +0200 Message-ID: From: David DEMELIER To: Anonymous Content-Type: text/plain; charset=UTF-8 Cc: Chris Telting , freebsd-questions@freebsd.org Subject: Re: TEKEN_UTF8 TEKEN_XTERM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2010 08:40:47 -0000 2010/8/3 Anonymous : > Chris Telting writes: > >> Just wondering if anyone else has played with this? >> >> I compiled it into the kernel but the terms are still cons25. > > I think you need to change `cons25' to `xterm' in /etc/ttys, too. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I think using "xterm" as term definition is just stupid. If you're not running X why will you use a term that live in X normally? By the way it also sucks if you make some $TERM settings considering your shell. For example a lot of people like to do this in their shell : case $TERM in *xvt*|*erm*|screen) print -nP "\e]0;$termtitle\a" ;; esac That code will print the terminal title to the window so you will get it written just before the prompt. An other example is ncmpc or applications that does the same thing, they set a title to the terminal window, ncmpc has a feature to print the current song played as terminal title so how the tty will handle this? By printing it anywhere. With kind regards. (Sorry forgot the cc) -- Demelier David