Skip to content

Commit

Permalink
print_matrix: use Unicode horizontal and vertical ellipses
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Dec 2, 2012
1 parent f9981e4 commit 786cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function print_matrix(io,
end
end
print_matrix(io, X::AbstractMatrix, rows::Integer, cols::Integer) =
print_matrix(io, X, rows, cols, " ", " ", "", " : ", ":", 5, 5)
print_matrix(io, X, rows, cols, " ", " ", "", " \u2026 ", "\u22ee", 5, 5)

print_matrix(io, X::AbstractMatrix) = print_matrix(io, X, tty_rows()-4, tty_cols())

Expand Down

0 comments on commit 786cdee

Please sign in to comment.