-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
display and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.
Description
When calculating the maximum width for an expression, the show function for AbstractDict fails to take into account the fact that ANSI formatting codes do not take up character space. Thus, the output of other pairs within an AbstractDict can appear to be shifted unnecessarily.
Additionally, when shortening output to fit the screen, the ANSI codes are sometimes be split apart, showing strange filler characters and recoloring the arrow => and remaining output based on the previously-set color.
(Note: produced within an xterm-256color terminal.)
Metadata
Metadata
Assignees
Labels
display and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.
