|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Konsole or similar in cygwinHi,
is it some way to have Konsole in cygwin ? I like its features like tabs, etc Thanks in advance |
|
|
Re: Konsole or similar in cygwinYou could use Poderosa: http://en.poderosa.org/.
For a text-style tabbed window manager within your Cygwin console, try screen. It's available in the Cygwin installer. Andrew. -- 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/ |
|
|
Re: Konsole or similar in cygwin> You could use Poderosa: http://en.poderosa.org/.
> > For a text-style tabbed window manager within your Cygwin console, try screen. > It's available in the Cygwin installer. I just also ran across Console, another tabbed console app that looks to be simpler than Poderosa: http://sourceforge.net/project/showfiles.php?group_id=43764 . -- 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/ |
|
|
Re: Konsole or similar in cygwinhoracioemilio wrote:
> Hi, > > is it some way to have Konsole in cygwin ? > > I like its features like tabs, etc > > Thanks in advance > I use mrxvt, you can find it on SourceForge ( http://sourceforge.net/projects/materm/ ). Now I must add other text (I think) because the previous e-mail, only composed by the above text, was returned to me with this error: cygwin@... SMTP error from remote mailer after end of data: host sourceware.org [209.132.176.174]: 552 spam score exceeded threshold I imagine that if I mention Cygwin and maybe X-Terminal and/or X-Server and, finally, the implementation of multi-terminal on single window, that practically, resemble what screen does in text-mode, maybe I will not recognized as a spammer. Ciao, Danilo -- 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/ |
|
|
Re: Konsole or similar in cygwin* horacioemilio (Wed, 12 Mar 2008 08:04:52 -0700 (PDT))
> is it some way to have Konsole in cygwin ? Konsole is available from Cygwin Ports (google for that). Thorsten -- "I'm a vet. I'm a pro. Hell, I been here /eight months/." -- Three Dead Trolls in a Baggie, "Welcome to the Internet helpdesk" -- 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/ |
|
|
Re: Konsole or similar in cygwinHi,
I installed and so it but, how can I change colors and background color and reduce font size ? Thanks
|
|
|
Re: Konsole or similar in cygwinI change this stuff by using cmd line arguments, e.g.:
/usr/local/bin/mrxvt -geometry 80x67 -sb -sr -sl 5000 -tnum 2 -tn xterm -cs -stt -bc -b 20 -pixmap '/etc/bgs/Luna.jpg' -vt1.pixmap '/etc/bgs/snow.jpg' -vt2.pixmap '/etc/bgs/clouds.jpg' -e /usr/bin/bash --login -i" but I don't know whether is it possibile to change these attributes via some menu or some other way, better you check the site of the product. Ciao, Danilo horacioemilio wrote: > Hi, > > I installed and so it but, how can I change colors and background color and > reduce font size ? > > Thanks > > > Danilo Turina-2 wrote: >> horacioemilio wrote: >>> Hi, >>> >>> is it some way to have Konsole in cygwin ? >>> >>> I like its features like tabs, etc >>> >>> Thanks in advance >>> >> I use mrxvt, you can find it on SourceForge ( >> http://sourceforge.net/projects/materm/ ). >> >> Now I must add other text (I think) because the previous e-mail, only >> composed by the above text, was returned to me with this error: >> >> cygwin@... >> SMTP error from remote mailer after end of data: >> host sourceware.org [209.132.176.174]: 552 spam score exceeded >> threshold >> >> I imagine that if I mention Cygwin and maybe X-Terminal and/or X-Server >> and, finally, the implementation of multi-terminal on single window, >> that practically, resemble what screen does in text-mode, maybe I will >> not recognized as a spammer. >> >> Ciao, >> Danilo >> >> >> -- >> 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/ |
|
|
Re: Konsole or similar in cygwingoogle .Xdefaults and look at some examples ala.... https://engineering.purdue.edu/ECN/Support/KB/Docs/UsingTheXdefaultsFil http://www.xs4all.nl/~hanb/configs/dot-Xdefaults On Fri, 2008-03-14 at 09:27 +0100, Danilo Turina wrote: > I change this stuff by using cmd line arguments, e.g.: > > /usr/local/bin/mrxvt -geometry 80x67 -sb -sr -sl 5000 -tnum 2 -tn xterm > -cs -stt -bc -b 20 -pixmap '/etc/bgs/Luna.jpg' -vt1.pixmap > '/etc/bgs/snow.jpg' -vt2.pixmap '/etc/bgs/clouds.jpg' -e /usr/bin/bash > --login -i" > > but I don't know whether is it possibile to change these attributes via > some menu or some other way, better you check the site of the product. > > Ciao, > Danilo > > horacioemilio wrote: > > Hi, > > > > I installed and so it but, how can I change colors and background color and > > reduce font size ? > > > > Thanks > > > > > > Danilo Turina-2 wrote: > >> horacioemilio wrote: > >>> Hi, > >>> > >>> is it some way to have Konsole in cygwin ? > >>> > >>> I like its features like tabs, etc > >>> > >>> Thanks in advance > >>> > >> I use mrxvt, you can find it on SourceForge ( > >> http://sourceforge.net/projects/materm/ ). > >> > >> Now I must add other text (I think) because the previous e-mail, only > >> composed by the above text, was returned to me with this error: > >> > >> cygwin@... > >> SMTP error from remote mailer after end of data: > >> host sourceware.org [209.132.176.174]: 552 spam score exceeded > >> threshold > >> > >> I imagine that if I mention Cygwin and maybe X-Terminal and/or X-Server > >> and, finally, the implementation of multi-terminal on single window, > >> that practically, resemble what screen does in text-mode, maybe I will > >> not recognized as a spammer. > >> > >> Ciao, > >> Danilo > >> > >> > >> -- > >> 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/ > -- 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/ |
| Free embeddable forum powered by Nabble | Forum Help |