Received: by mail.netbsd.org (Postfix, from userid 605) id 318C98562E; Thu, 23 Feb 2017 13:22:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B36338562B for ; Thu, 23 Feb 2017 13:22:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TEG7siL_UsHn for ; Thu, 23 Feb 2017 13:22:53 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5E90784CDA for ; Thu, 23 Feb 2017 13:22:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 535B9FBE4; Thu, 23 Feb 2017 13:22:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 23 Feb 2017 13:22:53 +0000 From: "Roy Marples" Subject: CVS commit: src/share/terminfo To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170223132253.535B9FBE4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roy Marples" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: roy Date: Thu Feb 23 13:22:53 UTC 2017 Modified Files: src/share/terminfo: terminfo Log Message: Remove kLFT and kRIT from putty. This allows left and right cursor key movement inside tmux on putty. See https://github.com/tmux/tmux/issues/708. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/terminfo/terminfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.