summaryrefslogtreecommitdiff
path: root/refresh.c
diff options
context:
space:
mode:
Diffstat (limited to 'refresh.c')
-rw-r--r--refresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh.c b/refresh.c
index 06e6f69..77ab4f9 100644
--- a/refresh.c
+++ b/refresh.c
@@ -18,7 +18,7 @@ static void extract_cell(unsigned *ch, size_t max, struct uucell *cell)
ch += l; max -= l;
}
if ((attr & UU_ATTR_UL) && max)
- max--, *ch++ = '_'; //0x0332;
+ max--, *ch++ = 0x0332;
for (; max; max--) *ch++ = 0;
ch[-1] = 0;
}