Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Thu, 31 Jul 2003 17:02:49 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: ncurses and terminal definitions Message-ID: <20030731210249.GB12450@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3F29629E DOT 23CEFFE7 AT staktek DOT com> <3F296B2F DOT 3030309 AT cygwin DOT com> <3F29711D DOT 68FD15FD AT staktek DOT com> <3F298051 DOT 2010809 AT cygwin DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F298051.2010809@cygwin.com> User-Agent: Mutt/1.4.1i On Thu, Jul 31, 2003 at 04:47:13PM -0400, Larry Hall wrote: >Hi Terry, > >Don't know exactly what accounts for the performance drain you see with >98. Like you say, could be just a slow machine. You'd have to debug it >to know for sure. > >One point. /usr/share/terminfo/c/cygwin == c:\usr\share\terminfo\c\cygwin >only if the Cygwin root mount point (/) == c:\. As you can see, you get >this for free if your current drive is c: but that's not guaranteed. You >may want to add one step and one binary to your installation procedure. >That is, after plopping the files down where you want them, invoke the >following: > > mount -s c:/ / > >This will require privileges to write to the system hive of the registry. >If you don't have this right or can't get it, you can omit the '-s' flag, >but the mount will only be available for the current user. You will need >to repeat the command (minus the '-s') for all the users that need your >application on that machine. You don't need to leave 'mount' on the >machine after installation. Larry - mount defaults to "-s" these days. If you want user-mode mounts, you need to use "-u". cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/