I\'ve set up my SL-6000 with the terminal program that came on the Sharp CD (the qkconsole I tried had major font aliasing problems, perhaps due to the new screen resolution of the 6000?). I need to change some color defaults, in ways the menu does not seem to accomodate (the gui just offers black on white, green on black, or white on black). Is there any init file or env variable this program is looking to for extra initialization (or can you point me to the terminal source for it so I try to figure out for myself?) For example, in putty you can change the color map of the the foreground/background/etc to anything you want in the gui. In my redhat xterm you can look at /usr/X11R6/lib/X11/app-defaults/XTerm-color and use xrdb to set for example *VT100*color7 to be white instead of grey, etc.
My real problem: I\'m ssh\'ing to another box and then running gnuclient to view a remote xemacs that is normally displaying to X on the desktop. When I do that, my readable black on white Zaurus terminal replicates the remote display, but using a black on grey color scheme. The remote software is displaying a background color it calls \"brightwhite\" or \"white\", which look fine in X, but turns to a horrible VT100 number 7 grey by the time my Zaurus gets to see it in the terminal program. I\'d like to fix that for \"terminal\", just as I have for putty and xterm on other boxes. Thanks.