Reverse video from within .profile


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Reverse video from within .profile
# 1  
Old 04-22-2004
Reverse video from within .profile

Hi there,

First, some specs: my system is running Sun OS 5.9, my preferred shell is BASH, and I generally connect using either Tera Term Pro (on Windows) or Niftytelnet (on Mac). I log in from many different computers throughout the day and would like to have my favorite background / text color combo wherever I go (and I don't want to have to configure the client software at each station). The default on both these programs is white background / black text; I'd like black background / green text. Can I do this using .profile? I played around with some escape sequences but haven't had any luck (the closest I came was reverse video for the text only, with the rest of the background still showing white). And exporting the DISPLAY variable won't work either since I only use terminal sessions. Any help is appreciated.

Thanks in advance.
# 2  
Old 04-22-2004
If you want reverse video you should be changing the default of the terminal you are starting with from Windows, not trying to change it after you get into the UNIX system. You should be able to save the default configuration you want.

Or, you can read this post which may help you. I don't know if it will work putting it in .profile, but you might create a script to run each time you log in to change things from .profile.
# 3  
Old 04-23-2004
Yeah - I didn't think it was going to be possible.

Thanks for the info, RTM.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies

2. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies

3. Infrastructure Monitoring

trap in etc/profile and user .profile

Hello I really wonder what's trap in etc/profile and in each user .profile. I try to google for it but I think I have no luck. Mostly hit is SNMP traps which I think it is not the same thing. I want to know ... 1. What's a "trap 2 3" means and are there any other value I can set... (4 Replies)
Discussion started by: Smith
4 Replies

4. SCO

Difference between .profile and .~/.profile

what is the difference between these two lines, if we use it in korn shell script: .profile .~/.profile (3 Replies)
Discussion started by: maneesh mehta
3 Replies

5. UNIX for Dummies Questions & Answers

changed .profile but didnt ./.profile, yet reflected changes

hi , i added ls -F to .profile. and i need to do ./.profile for the effect to take effect BUT i didnt and YET the next day when i came to work and log in, the changes took effect. i am on aix. please explain.. thanks (4 Replies)
Discussion started by: yls177
4 Replies
Login or Register to Ask a Question