I've just spotted a small bug which happens only under certain circumstances: the final ellipsis of the row appears on the next row because there are too many characters to fit on screen. A reproducer is
DataFrame(rand(["dddddffffffffffffddddda", "bbbbbdfffffffffffbfffffffffffffbbbb"], 100, 100))
(Yes, I know that constructor is deprecated... :-p)
See screenshot:

Cc: @ronisbr @bkamins
We had this problem in legacy printing. We solved it by deducing 1 from horizontal width.
@ronisbr - as agreed earlier I mark all display related issues with display badge so that you can easily find and manage them. Thank you!
Ok! I found a problem with the cropping mechanism together with a maximum size of the column. This is a bug in PrettyTables.jl. I will try to fix now.
The bug will be fixed as soon as PrettyTables.jl v0.10.1 is release. I am just waiting for the next iteration of the registration bot. Sorry about that!

What a mess a -1 can do :D https://github.com/ronisbr/PrettyTables.jl/commit/44ee6b5c7c74a9ed841c0f8f715372706d680a90
Done! Can I close the issue?
It is good now.
Perfect, thanks!