Fix character ruler for too many rows
This commit is contained in:
parent
b522ef4812
commit
c11e06b2d4
|
|
@ -61,10 +61,10 @@ def print_source_translation(source, translation, wrapped_source, wrapped_transl
|
||||||
print_truncated(translation, cols)
|
print_truncated(translation, cols)
|
||||||
else:
|
else:
|
||||||
print(' source text:')
|
print(' source text:')
|
||||||
print(' |01234567890123456789|')
|
print(' |01234567890123456789|')
|
||||||
print_wrapped(wrapped_source, rows, cols)
|
print_wrapped(wrapped_source, rows, cols)
|
||||||
print(' translated text:')
|
print(' translated text:')
|
||||||
print(' |01234567890123456789|')
|
print(' |01234567890123456789|')
|
||||||
print_wrapped(wrapped_translation, rows, cols)
|
print_wrapped(wrapped_translation, rows, cols)
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue