Currently, the ToString and ExtendToString function implementations for grid views always use '\nas the newline character by default. This can cause display issues on some Windows terminal since the OS newline is\r\n`.
It may be worth making os.NewLine the default (at least for the ToString functions) so that they print appropriately out of the box.
Currently, the
ToString
andExtendToString
function implementations for grid views always use '\nas the newline character by default. This can cause display issues on some Windows terminal since the OS newline is
\r\n`.It may be worth making os.NewLine the default (at least for the
ToString
functions) so that they print appropriately out of the box.