fix compile error about missing attribute field

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-11 10:58:58 -05:00
parent 4370156e18
commit ef33c33479
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct _Grid_Att
unsigned short autowrapped : 1;
unsigned short newline : 1;
unsigned short tab : 1;
unsigned short fraktur : 1;
#if defined(SUPPORT_80_132_COLUMNS)
unsigned short is_80_132_mode_allowed : 1;
#endif