Skip to content

Commit

Permalink
Fix problem where merged code from v2 used alternateBackgroundSemantics
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Jul 25, 2013
1 parent 4c3909f commit 5eed11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScreenChar.h
Expand Up @@ -235,9 +235,9 @@ static inline BOOL ForegroundAttributesEqual(const screen_char_t a,
static inline BOOL ScreenCharHasDefaultAttributesAndColors(const screen_char_t s) {
return (s.backgroundColor == ALTSEM_BG_DEFAULT &&
s.foregroundColor == ALTSEM_FG_DEFAULT &&
s.alternateBackgroundSemantics &&
s.backgroundColorMode == ColorModeAlternate &&
s.foregroundColorMode == ColorModeAlternate &&
!s.complexChar &&
s.alternateForegroundSemantics &&
!s.bold &&
!s.italic &&
!s.blink &&
Expand Down

0 comments on commit 5eed11c

Please sign in to comment.