Created
September 7, 2012 01:58
-
-
Save saitoha/3662533 to your computer and use it in GitHub Desktop.
tanasinn for Ascii Art
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules/session_components/line.js b/modules/session_components/line.js | |
| index a1ee58f..7ee9e64 100644 | |
| --- a/modules/session_components/line.js | |
| +++ b/modules/session_components/line.js | |
| @@ -920,7 +920,7 @@ Line.definition = { | |
| cell = cells[current]; | |
| is_normal = cell.c > 0 && cell.c < 256; | |
| if (attr) { | |
| - if (attr.equals(cell) && is_normal && !cell.drcs) { | |
| + if (attr.equals(cell) && (true || is_normal && !cell.drcs)) { | |
| continue; | |
| } else { | |
| range = cells.slice(start, current); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment