X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48EAD969.661BDDC9@dessent.net> Date: Mon, 06 Oct 2008 20:37:13 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin bash References: <002201c92830$f7204c00$4001a8c0 AT mycomputer> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 John Emmas wrote: > When I double click the 'Cygwin' icon on my Windows desktop, a DOS-like > window opens which I'm led to believe is Cygwin's bash terminal. However, > with every version of Linux that I've used, the bash terminal had menus > allowing me to do certain things like (for example) copying & pasting text. > Cygwin's terminal window is more like a DOS one with no menus and very > limited copy & paste features. Is that correct or has something gone wrong > with my installation? What you are seeing is a Windows console. It's provided by the operating system for any executable that was marked as a console mode app. It is not bash-specific and indeed bash (and cygwin1.dll) have zero control over how it behaves or operates. If you want something with more sophistication you need to use a different terminal, such as rxvt, xterm, cygputty, poderosa, or console. But the default Windows console does not require installing an X11 server or any other external software which is why it's the default. Brian -- 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/