Open lolbinarycat opened 4 years ago
currently we have this:
+---++------- | || +===++=== | 0 || | 1 || | 2 ||
It would be nice to have this
+---+------- | | +===+=== | 0 | | 1 | | 2 |
Alternatively, there's Unicode box drawing characters, but that seems like a bit more of an undertaking.
Regarding unicode there is https://hackage.haskell.org/package/unicode-0.0.1.1/docs/Data-Char-Frame.html for constructing frame elements using unicode characters.
currently we have this:
It would be nice to have this
Alternatively, there's Unicode box drawing characters, but that seems like a bit more of an undertaking.