How to set background colours for a cygwin console


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to set background colours for a cygwin console
# 1  
Old 03-11-2008
Error How to set background colours for a cygwin console

Hi,

I need to set the background colors for cygwin console, when I do ssh to production boxes.

This should be done through commands.[ b/c I need to write a script].
Please suggest me asap.

Thanks in advance.
# 2  
Old 03-11-2008
Bug

Try this in cygwin..

xterm -fg blue -bg green
# 3  
Old 03-13-2008
Quote:
Originally Posted by nua7
Try this in cygwin..

xterm -fg blue -bg green
Hey,

I am using AIX5.3 and when i shoot this command i am getting following error :
xterm Xt error: Can't open display:


Give me solution

Varun
# 4  
Old 03-14-2008
Well I don't have access to AIX...but this link can get you going..
http://xfree86.cygwin.com/docs/faq/cygwin-x-faq.html
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

In centos how to set the console font like in debian

i have 2 installation on VirtualBox : centos & debian the fonts look nice on debian. i have provided 2 screenshots in the attachments. please advise me how to achieve same in centos. thanks. (4 Replies)
Discussion started by: coolatt
4 Replies

2. Shell Programming and Scripting

How to set background image

Dear Friends I want to, set the background of mail as image/colorful using scripting. I try by send mail command but it is not working.Please give me suggestion on this. (1 Reply)
Discussion started by: AhmedLakadkutta
1 Replies

3. Shell Programming and Scripting

Remove console messages of background programs

Hi all ! If I run Xterm in backgprund mode &, when it stops I get this annoying messages on console: Exit 15 xterm ... Exit 15 xterm ... How do can I remove this kind of ? Thanks ! (3 Replies)
Discussion started by: jerold
3 Replies

4. Shell Programming and Scripting

Would appreciate a quick second set of eyes on a script (regarding doing things in the background)

What I'm trying to do is leave a tcpdump running all the time on a server, and at the end of every day kill it and start a new one. For some reason my boss doesn't want to set this up as a cron job, so I've come up with the following.: #!/bin/bash PCAPFILE=/tmp/mgmt.$(date... (8 Replies)
Discussion started by: DeCoTwc
8 Replies

5. UNIX for Dummies Questions & Answers

Cygwin not waiting for program in background (solved)

Hello, I know this isn't exactly a Unix question, but I wasn't able to find much information elsewhere. I'm trying to run a program in the background using Cygwin on a Windows machine, then use the wait command to pause before proceeding. Unfortunately, as I've confirmed using ps aux, the... (0 Replies)
Discussion started by: ocdcollector
0 Replies

6. Shell Programming and Scripting

how to set background color in Unix terminal

Hi All, how do I set in .profile file Unix terminal background color = BLUE ? Please advice me. :confused: (2 Replies)
Discussion started by: raghur77
2 Replies

7. Windows & DOS: Issues & Discussions

"Striping" the background of an Rxvt/Urxvt window in Cygwin

To get this: https://www.unix.com/members/silversleevesx-albums-incidental-shot-glass-picture127-termshot-rxvt-rootless.png out of Cygwin's rxvt, you have to tweak your /cygwin/etc/x11/app-defaults/rxvt file, which is here:... (0 Replies)
Discussion started by: SilversleevesX
0 Replies

8. Shell Programming and Scripting

set schedule to run a script at background while logout

Hi, How can I run a script at 9:00am and 6:00pm everyday? Can I run it at background while I logout my account? Please help!! Many Thanks!! (1 Reply)
Discussion started by: happyv
1 Replies

9. HP-UX

console set up hp ux 11i

could you pls suggest me how to set up a console terminal in hp ux11i whose front end is windows2003. i want to see the console message as well as to operate normal terminals. i appreciate your early tips. regards (2 Replies)
Discussion started by: jestinabel
2 Replies

10. UNIX for Dummies Questions & Answers

set background/foreground color in .profile

I am using a telnet session (VT100) and need to modify my .profile so that it will set the color of the telnet session. I am not using Xterm (ie: can't use .Xdefaults). I am able to change the colors via menu's but need to preset in .profile. Is this possible??? Can't find anything at all on how... (3 Replies)
Discussion started by: dvella
3 Replies
Login or Register to Ask a Question