![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pseudo-terminal will not be allocated because stdin is not a terminal. | Shivdatta | UNIX for Advanced & Expert Users | 1 | 4 Weeks Ago 07:29 AM |
| Terminal | Jono_H | UNIX for Dummies Questions & Answers | 10 | 06-23-2007 07:59 AM |
| HP UX Terminal Help | gpta_varun | HP-UX | 0 | 05-11-2005 11:16 AM |
| dt terminal | s_aamir | UNIX for Advanced & Expert Users | 2 | 03-13-2002 01:32 AM |
| connecting to unix through hyper terminal - as a dumb terminal | michelle | UNIX for Advanced & Expert Users | 2 | 11-05-2001 11:32 AM |
|
|
LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
Yikes collins. First things first, move away from csh. Its less powerful than other shells and much less fun to work with for that matter. Download pdk (public domain Korn shell) or switch over to bash or bourne. You will be much happieer in the long run,
|
|
|||
|
zsh kicksass
Code:
vidcontrol green black The colors won't persist after reboot and each VT (Virtual Terminal, the things you can switch with ALT+F*) has independant vidcontrol settings. So if you want the colors to be set automatically, you could add something like that to your ~/.profile (or ~/.zprofile if using zsh): Code:
case "$TERM" in cons*) vidcontrol green black ;; esac |
|||
| Google UNIX.COM |