| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <183c528b0807281104q387430f2h718cb158972de57c@mail.gmail.com> |
| Date: | Mon, 28 Jul 2008 14:04:18 -0400 |
| From: | "Brian Mathis" <brian DOT mathis AT gmail DOT com> |
| To: | cygwin AT purpleblade DOT net, cygwin AT cygwin DOT com |
| Subject: | Re: bash term with multiple tabs - bash (without X) |
| In-Reply-To: | <488A39D8.5080507@purpleblade.com> |
| MIME-Version: | 1.0 |
| References: | <488A39D8 DOT 5080507 AT purpleblade DOT com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Cygwin now has the 'screen' command available. Once you install it,
you will have the ability to run multiple terminal sessions inside 1
window. I would also suggest using rxvt instead of the default
cmd.exe shell (rxvt does not require X). If you put the following
code in your .screenrc or /etc/screenrc file, you will get a nice bar
on the bottom that acts sort of like tabs:
# Change scrollback to 2000 lines
defscrollback 2000
# status line at the bottom
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%f%n %t%{-}%+w %=%{..G}[%H %l]
%{..Y} %m/%d %c "
It's not 'true' tabs, but once you know screen, you will be using it
all the time on remote connections as well.
On Fri, Jul 25, 2008 at 4:38 PM, Administrator <admin AT purpleblade DOT com> wrote:
> I'm looking for a terminal / shell utility that will let me have multiple
> tabs open (shell terminal or term in each tab doing something different). I
> find that I have several cygwin bash shells open at any one time and want to
> reduce this to one window.
>
> Is there anything that does this? I don't want to run X but am willing to
> purchase commercial software if it will do the trick. I am on Windows XP.
>
>
> thanks
>
>
> Raj
>
> --
> 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/
>
>
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |