Browse Source

Unicode: Use WACS_VLINE for vertical lines

Luke Dashjr 12 years ago
parent
commit
6fa5bff85f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      miner.c

+ 4 - 0
miner.c

@@ -2825,6 +2825,10 @@ next:
 			default:
 			default:
 				++p;
 				++p;
 				goto next;
 				goto next;
+			case '|':
+				PREP_ADDCH;
+				wadd_wch(win, WACS_VLINE);
+				goto next;
 			case '\xb0':  // Degrees symbol
 			case '\xb0':  // Degrees symbol
 				buf[0] = ((unsigned char *)p)[0];
 				buf[0] = ((unsigned char *)p)[0];
 		}
 		}