summaryrefslogtreecommitdiffstats
path: root/tbl_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_term.c')
-rw-r--r--tbl_term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl_term.c b/tbl_term.c
index d42483c3..dc6ff8d9 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -305,6 +305,9 @@ tbl_data(struct termp *tp, const struct tbl *tbl,
case (TBL_CELL_NUMBER):
tbl_number(tp, tbl, dp, col);
break;
+ case (TBL_CELL_DOWN):
+ tbl_char(tp, ASCII_NBRSP, col->width);
+ break;
default:
abort();
/* NOTREACHED */