Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!spool.mu.edu!snorkelwacker.mit.edu!stanford.edu!lucid.com!campeau!jwz From: jwz@lucid.com (Jamie Zawinski) Newsgroups: comp.windows.x Subject: weird Xterm font problem Message-ID: Date: 7 Apr 91 07:54:54 GMT Sender: usenet@lucid.com Organization: Lucid, Inc., Menlo Park, CA Lines: 19 I have my prompt string set to control codes that make it print in boldface, like so: setenv enter_standout "^[[1m" # the ^[ is really an ESC setenv exit_standout "^[[m" alias setprompt set prompt = \ \"\$\{enter_standout\}\$\{cwd:t\}\>\$\{exit_standout\} \" alias cd 'cd \!*; setprompt' When I start up a new xterm, this doesn't work. I have to select the "default" menu item from the xterm "font" menu first. Anyone got a fix? Or is there any way to make xterm automatically execute this menu item when it starts up? The only font-related resource that I have which affects xterm is "*font: *-courier-medium-r-*-12-*". The font doesn't seem to matter. -- Jamie