bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wattron


From: Bob Rossi
Subject: wattron
Date: Thu, 23 Feb 2006 20:58:50 -0500
User-agent: Mutt/1.5.9i

Hi,

I was wondering, is it OK to "or" attributes and give them to wattron at
the same time? is this guarenteed to work?
  wattron (win, A_BOLD|A_UNDERLINE|COLOR_PAIR(n));
or do I have to do:
  wattron (win, A_BOLD);
  wattron (win, A_UNDERLINE);
  wattron (win, COLOR_PAIR(n));

Thanks,
Bob Rossi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]