Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created September 7, 2012 01:58
Show Gist options
  • Select an option

  • Save saitoha/3662533 to your computer and use it in GitHub Desktop.

Select an option

Save saitoha/3662533 to your computer and use it in GitHub Desktop.
tanasinn for Ascii Art
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