Teach da65 about table units
This commit is contained in:
@@ -70,7 +70,7 @@ static unsigned GetSpan (attr_t Style)
|
||||
if ((Attr & atStyleMask) != Style) {
|
||||
break;
|
||||
}
|
||||
if ((Attr & (atSegmentStart | atSegmentEnd))) {
|
||||
if ((Attr & (atSegmentStart | atSegmentEnd | atTableUnit))) {
|
||||
break;
|
||||
}
|
||||
++Count;
|
||||
|
||||
Reference in New Issue
Block a user