aboutsummaryrefslogtreecommitdiffstats
path: root/src/row.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/row.rs')
-rw-r--r--src/row.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/row.rs b/src/row.rs
index 9322c36..5f2f775 100644
--- a/src/row.rs
+++ b/src/row.rs
@@ -158,7 +158,7 @@ impl Row {
contents.extend(if cell.has_contents() {
cell.contents().as_bytes()
} else {
- b"\x1b[X"
+ b"\x1b[X\x1b[C"
});
}
}