• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Terminal Emulator with Color for BSD

LuckyTaxi

Diamond Member
Just installed WindowMaker running on Freebsd 4.6.2 and I dont like the default xterm that comes with it. It's got an ugly black on white theme. I cant seem to change it and I dont like the text being black. I would like something like "konsole" that comes with KDE with the color coded directory and executable files distinction.

Any suggestions?
 
You can customize xterm by changing the command that executes it.


For example, if you want white text and a black background, xterm -fg white -bg black &
 
Yes i did that, but the color doesnt resemble what I have under Redhat. File showing up as red, directory blue, etc...
 
Originally posted by: TheOmegaCode
You are being vague. You don't get any colors at all, or it just doesn't look like konsole?

He isnt setting it up to use colors. Most linux distros do this by default.

EDIT: install gnu ls, an use that.

EDIT2: try ls -color
 
Is there a file I can edit to enable the color feature

What I mean by seeing colors is to have the directories and files color coded. I can change the BG and FG to whatever I want,
but the FG color is set to whatever I want and will not vary according to the file type. I like the way it looks under Linux. I run Windowmaker under RH with xterm as my terminal emulator and i see pretty colors!

Ive tried everything Ive read in various newsgroups.

Added "xterm:termname: xterm-color" to a file called .xdefault and that didnt work
 
Originally posted by: lilcam
Is there a file I can edit to enable the color feature

What I mean by seeing colors is to have the directories and files color coded. I can change the BG and FG to whatever I want,
but the FG color is set to whatever I want and will not vary according to the file type. I like the way it looks under Linux. I run Windowmaker under RH with xterm as my terminal emulator and i see pretty colors!

Ive tried everything Ive read in various newsgroups.

Added "xterm:termname: xterm-color" to a file called .xdefault and that didnt work

alias ls="ls -color"
 
Back
Top