nothub/gobonsai

retain colors when printing

Closed this issue · 1 comments

gobonsai/main.go

Lines 23 to 26 in aa143ca

// TODO: retain colors when printing
w, h := sc.Size()
for y := 0; y < h; y++ {
for x := 0; x < w; x++ {


This issue was generated by todo-issue based on a TODO comment in aa143ca. It's been assigned to @nothub because they committed the code.

Closing Issue

This comment was generated by todo-issue based on the deletion of a TODO comment in 2d2632a.