Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!sun-barr!newstop!sun!argv From: argv@turnpike.Eng.Sun.COM (Dan Heller) Newsgroups: comp.mail.mush Subject: Re: Help requested... Message-ID: <136801@sun.Eng.Sun.COM> Date: 7 Jun 90 01:27:50 GMT References: <1990Jun6.232205.3939@IRO.UMontreal.CA> Sender: news@sun.Eng.Sun.COM Organization: O'Reilly && Associates Lines: 22 In article <1990Jun6.232205.3939@IRO.UMontreal.CA> soubyran@MathInfo2.uqam.ca (Richard Soubyran) writes: > I would like to do a simple thing: instead of having the current message > in reversed video (while being in the main menu in vt100 emulation), I > would like to have it in bold. I've looked thru the source and there are > to many places where there is bold. Could somebody help me and tell me > which files and line I have to change? For everyone's sake, Mush uses the macro: #define STANDOUT(y,x,s) standout(), mvaddstr(y,x,s), standend() This is defined in mush.h. The function standout() is in the curses library -- if you don't want to use this, then replace the macro with a printf() using the escape sequence that prints the terminal characteristics you want. don't forget to replace standend() with a printf to get you out of it :-) -- dan ---------------------------------------------------- O'Reilly && Associates argv@sun.com / argv@ora.com Opinions expressed reflect those of the author only.