From owner-freebsd-current@FreeBSD.ORG Sun Apr 24 23:17:27 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDE011065672 for ; Sun, 24 Apr 2011 23:17:27 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-px0-f172.google.com (mail-px0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id AFF2A8FC14 for ; Sun, 24 Apr 2011 23:17:27 +0000 (UTC) Received: by pxi6 with SMTP id 6so4514726pxi.17 for ; Sun, 24 Apr 2011 16:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=Xo0g+VhrDmwd/pu3BMz+/oinHyxvwIGwYZ0GMUfKhOQ=; b=A9r+VmTygH6plog7eWw3BMxmzeKOFd/ZDdjovmS17RqlE/4V5EK4BtGLFj5G34/awl UX+9ZRAvvblHk/M3jVsbSRrkAzn1q3FLgOAysqUDWJHrHlhOg5lfsfr/kKipZb4x0SCP 2nx994QRVkNNZ9qSuToPjn7YUw61uO+dXomVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=hiub5LwJMz0tm4azOpg943AuuR/xfzxuaLoy+X+/CVHsVsA12ySd83SFmGaTNJa7rm Y5hY9SQ5BVhzjYbQNOlUZgIFC10p61U2cc/w2qO78FPl947LwSoa5POUquhCj7r+Ud31 TBMnmFTggSIYuv7ttZ6nrDoeWy/JWoGGhoz/4= Received: by 10.142.149.10 with SMTP id w10mr2263429wfd.69.1303687046909; Sun, 24 Apr 2011 16:17:26 -0700 (PDT) Received: from localhost (tor-exit-router45-readme.formlessnetworking.net [199.48.147.45]) by mx.google.com with ESMTPS id p40sm6973880wfc.19.2011.04.24.16.17.24 (version=SSLv3 cipher=OTHER); Sun, 24 Apr 2011 16:17:25 -0700 (PDT) From: Pan Tsu To: Thomas Dickey References: <8639l7bbt3.fsf@gmail.com> <20110424222634.GA24854@saltmine.radix.net> Date: Mon, 25 Apr 2011 03:17:16 +0400 In-Reply-To: <20110424222634.GA24854@saltmine.radix.net> (Thomas Dickey's message of "Sun, 24 Apr 2011 18:26:34 -0400") Message-ID: <86k4ej5jer.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD current mailing list Subject: Re: xterm termcape :ti@:te@: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 23:17:27 -0000 Thomas Dickey writes: [...] > Setting the titeInhibit resource cancels those 1049's, but unsetting > it doesn't add them. xterm-basic in /head doesn't define ti/te capabilities anymore per r200503. So, there is no more need to hide them via `@', e.g. `:ti@:te@:' in `xterm'. $ getcap -c ti -f /etc/termcap xterm-basic || tset -S xterm-basic | sed 'y/:/\n/' | fgrep ti It was probably too minor of an issue to be mentioned in UPDATING.