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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=b7zC5vAcVL1A5u1OklvPuG/y7QDOOUIjSDwpFIT78txAS79FzKnIo O4SCYkGmj6KT3wWQGsoFqaeTQzxdlbPwAOLoqqutOvT9PStkRx0o2hbuB6Sz7Adr 88A4AlKF67pHd6oZ1jujf/Ve8EQ1wAu7CybmCE51Slomsi4mzGIhDg= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=mCLRo2f8sCr5eNPqZDkidftd/KQ=; b=TQyZjl8siPSfGVynKgilbhDzPTXs hf1zoVscG7j48EbQOkJT+/o3O5RYPLG7Hw3OBNA4QjeJNZIZK438dYWUPXSpjsPi kF3fdh4Y2MeuWBHrrkjyEK3fVLp+C08p6FTgp1kiplB+TnXpdmya3aDcnLeN9w8b jNafhLfVY6ZoDpA= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: terminfo and /usr/share/terminfo requirement Date: Thu, 30 Oct 2014 15:20:26 -0400 Lines: 19 Message-ID: <0o355a5qcje49cevq02fb581uahr2jb38r@4ax.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > I have found that terminfo is built such that it requires /usr/share > to be available but /usr/share isn't mounted by default. This causes > unexpected side effects of the terminal not responding properly > especially noticed when using the Backspace key. In my opinion either > terminfo needs to change its settings to use /share instead of > /usr/share or Cygwin needs modified to automatically mount /usr/share > like it does /usr/lib. Or rather just automount /usr such that it > points to / regardless of the underlying directory. The automount of > /usr/lib also presents an issue when the user mounts /usr to point to > `cygpath -m /` in that any access to /usr gives a directory not found > error when /lib doesn't actually exist. /usr/share isn't mounted separately, at least in any Cygwin installation I've ever had. It's just a directory within /usr, which is within the mount /. Moreover /usr/share should always exist, since many base packages store files in it. Does it not exist in your installation? Do you have e.g. /usr/share/doc? -- 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