We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
?
1 parent 6fb2a3f commit 7819715Copy full SHA for 7819715
src/abstractdataframe/show.jl
@@ -129,7 +129,7 @@ function compacttype(T::Type, maxwidth::Int)
129
130
# handle the case when the type printed is not parametric but string(T)
131
# prefixed it with the module name which caused it to be overlong
132
- textwidth(sT) ≤ maxwidth + 1 && endswith(sTfull, sT) && return sT
+ textwidth(sT) ≤ maxwidth + 1 && endswith(sTfull, sT) && return sT * suffix
133
134
cumwidth = 0
135
stop = 0
0 commit comments