Fix wrong line wrap
This commit is contained in:
parent
265208db3a
commit
ce8b4fae68
|
@ -275,7 +275,7 @@ impl Tile {
|
||||||
|
|
||||||
if self.counting && !is_variation_selector {
|
if self.counting && !is_variation_selector {
|
||||||
self.column_number += 1;
|
self.column_number += 1;
|
||||||
if self.column_number == self.inner_size.0 + 1 {
|
if self.column_number == self.inner_size.0 {
|
||||||
self.stdout.push(String::new());
|
self.stdout.push(String::new());
|
||||||
self.column_number = 0;
|
self.column_number = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue