X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS,TVD_SPACED_SUBJECT_WORD3 X-Spam-Check-By: sourceware.org Message-ID: <495AA549.6020503@gmail.com> Date: Tue, 30 Dec 2008 22:48:41 +0000 From: Andy Koppe User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: MinTTY References: <495917BA DOT 1090401 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Gary R. Van Sickle wrote: > Hmm, looks very interesting, I'll give it a try and report back to the > class. I've been looking for a replacement for my preferred terminal > emulator, MedicineTTY, for quite some time. ;-) Each to their own. I actually prefer PeaTTY. > 1. Good work. Thanks! > 2. Super fast. That's entirely due to Simon Tatham's excellent PuTTY code. PuTTYcyg, which has a different pty backend with a separate helper process, is just as fast. > 3. Cut and paste in a Unixoid terminal for Cygwin finally conforms to > Windows norms (AKA "The One True Way"). That alone is worth it. Careful, I think you might be a bit controversial there. :) > 4. I wasn't getting color from ls, but that appears to be a > termcap/terminfo/wrong-bash-invocation issue, as your screenshots clearly > show color support. Yep, that sounds like a bash invocation issue. If no command is provided on the command line, mintty invokes the current user's default shell from /etc/passwd without additional options, i.e. not as a login shell. It's the same for rxvt and xterm. Cygwin's bash scripts are designed for login shells only though, i.e. if you want a proper setup you'll need to either provide a suitable /etc/bash.bashrc or ~/.bashrc, or invoke the bash within mintty as a login shell: mintty bash -l The shortcut created by create_shortcut.js will do just that. > 5. It needs a regular Windows installer. That does seem a little bit unnecessary when all that's needed is the exe, but I suppose that quite a lot of users would appreciate the convenience of just double-clicking an installer. > 5a. I'm good with Windows installers. You want I should whip one up for > you? That would be great, since I haven't got a clue about how to do that. Ideally it would be a .msi that installs just the exe and the readme into %PROGRAMFILES%\MinTTY and puts a shortcut to the exe directly into Start Menu\Programs. Cheers, Andy -- 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/