1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 18:47:32 -05:00

Attribute masking implemented. The variable attr_mask stored the current

set of "interesting" attributes, and do_paint only takes those ones into
account when deciding when to break style runs.  Makes redraw quite a bit
faster on displays which don't do ANSI colour.

[originally from svn r102]
This commit is contained in:
Ben Harris
1999-03-14 17:43:35 +00:00
parent 61504ef68c
commit c7c358fa3f
3 changed files with 35 additions and 10 deletions

View File

@ -70,6 +70,8 @@ typedef HDC Context;
#define GLOBAL extern
#endif
GLOBAL unsigned long attr_mask;
GLOBAL int rows, cols, savelines;
GLOBAL int font_width, font_height;