add a function for outputting a colored line
commit54faac9d1bf2a0e41f9d3af00918543f78b66432
authorPhilip Pavlick <swashdev@pm.me>
Fri, 11 Sep 2020 19:25:18 +0000 (11 14:25 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Fri, 11 Sep 2020 19:25:18 +0000 (11 14:25 -0500)
treedfa5bc589a0c95ba0dc1d8ee32e78643205849e6
parent7b70772a31dd576a8af08b4b0b8ecbae044c4bd3
add a function for outputting a colored line

The standard `SwashIO.put_line` function has been changed to a new
function, `SwashIO.put_colored_line`, which outputs a line in a
particular color.  `SwashIO.put_line` is now a shortcut to this function
which passes the color `Colors.Default` to this function.
src/iomain.d