]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit12081087e777dbb660a18e892ad097afb35c9b8d
tree6952a5516dd7a57c40ffe7fad0febf327ea314cd
parent26f8c13f7bab2318687e569e2d08fd72e595f150
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.

[originally from svn r2264]
mac/mac.h
mac/macterm.c
terminal.c
terminal.h