Improve support for non-colour displays by adding a mask of attributes to
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 29 Nov 2002 00:32:03 +0000 (00:32 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 29 Nov 2002 00:32:03 +0000 (00:32 +0000)
commit2647b10332087c0705b9d8a38c8af473a8a4acba
tree6952a5516dd7a57c40ffe7fad0febf327ea314cd
parent20655a257642e1e200223e1b8e5d8dfe2bf27d5f
Improve support for non-colour displays by adding a mask of attributes to
ignore when breaking text into runs for display, and implement setting this
on Mac (other ports just use 0xffffffff).

We don't use DeviceLoop for this any more because Apple Technical Q&A
QA1024 says we shouldn't.  Unlike their example, we don't depend on the
Display Manager's being present either.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2264 cda61777-01e9-0310-a592-d414129be87e
mac/mac.h
mac/macterm.c
terminal.c
terminal.h