X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=mBW 8nVGjAJI7Thfy5lnDSuGgdv1HlYe+cz9QePWHcyhicJRrALy3jm7dxIv5d9CiB55 ONTvXWYMNNOvUy1I+gvbfmC8mIoJvdxsFIk++JtOtmFziO+ivc5fsbF2/9XL8jKZ +qERvBJ+4jBA7abNHquL97VezadofyEAWQOFBWBk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=pUljFTXxT LlU6V8Xt3Fzzv2I0sc=; b=KC4Bem0h8wOoDW3Oax4AU22AnU8RlYC9OwTlwPYQX Oi0wy/6OvGmvQdoqNQjUH15CgsmENA4i0nQ/ML+9+9O0dtxV82EPuFUmzvITjJ/3 n16izRdZlwpVkllWNGCZe8cmF9DaUyfzqsE6KmmZVqOwFJr04CeVq2iu9vJA7Fiu lA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=birth, H*r:30a, H*UA:Outlook, H*x:Outlook X-HELO: mail-pf1-f171.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding:thread-index:content-language; bh=oZOIoYhYvU7n1IrN9fi80Hg3ZfGIVzQmTJUXpq3LqeU=; b=MuxpGjU18nU5SqeAg7zZMMZzwm21/Mx2RrJCoyImzx3DhaWxjDUaE8f0mF1/xUWTbL ARaBfk1iqZqcyqgrxDB32S6JK3itcqLjkDxgrGeE8vOGypsttcdx9MYsdc6i+NhBIGO7 hmsmtcXvFi3QHLwmM5fWBByldSk774M2QmXptLWbF9pZRStN7Tcfmxy/kG3/k8ZRmUDM 5hChIYAhs8sedsyz70NAlh8QAyIOwFC4vv4gpyoQ34UNZXXfegCP48hQZncvap2S17ei rPAcemVRGRAj45BXkYxBV9gUjjJUhaXBCdeZfQbjGhomy21kJLniaYyaExq5Qbl70fUh mazw== From: "Jim Zheng" To: Subject: Terminfo files not found? Date: Thu, 23 Jan 2020 15:31:24 -0800 Message-ID: <000501d5d245$3a253130$ae6f9390$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 00NNW1Wg021044 Hello all, I seem to be running into an issue with my terminal not being recognized after updating to the latest terminfo (6.1-1.20190727). Setting TERM to anything other than 'xterm' results in loss of terminal control where I am unable to use backspace/delete/text editing commands. For example in tmux (with TERM set to 'tmux-256color') vim reports 'E558: Terminal entry not found in terminfo' and the output of infocmp shows 'infocmp: couldn't open terminfo file /usr/share/terminfo/74/tmux-256color' even through the file exists at that path with read access. Is anyone else running into this issue? I can revert to the previous version of terminfo and everything will work again, but after this long I'm surprised nobody else has brought this issue up. Alternatively there may be some kind of permissions issue on my end getting obscured by an otherwise noninformative error message. Some additional information that may be of relevance: $ stat /usr/share/terminfo/74/tmux-256color File: /usr/share/terminfo/74/tmux-256color Size: 3225 Blocks: 4 IO Block: 65536 regular file Device: c6eca3b1h/3337397169d Inode: 1688849860292816 Links: 1 Access: (0644/-rw-r--r--) Uid: (197609/ jim) Gid: (197121/ None) Access: 2020-01-23 15:21:27.671826400 -0800 Modify: 2019-07-28 09:49:23.000000000 -0700 Change: 2020-01-23 11:30:08.971083200 -0800 Birth: 2020-01-23 11:30:08.970087200 -0800 $ md5sum /usr/share/terminfo/74/tmux-256color 2d86e10db44e7d5032a13f9c229e0887 */usr/share/terminfo/74/tmux-256color -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple