]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Improve support for non-colour displays by adding a mask of attributes to
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 29 Nov 2002 00:32:03 +0000 (00:32 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 29 Nov 2002 00:32:03 +0000 (00:32 +0000)
commit381635dbf9b8e69565865f03e8851552b50f47be
tree6952a5516dd7a57c40ffe7fad0febf327ea314cd
parent281a1ce9ac200e4f965f27d93cfbda73ff8df09c
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: http://svn.tartarus.org/sgt/putty@2264 cda61777-01e9-0310-a592-d414129be87e
mac/mac.h
mac/macterm.c
terminal.c
terminal.h