Fix comment

This commit is contained in:
Roi Martin (@nibble_ds) 2014-01-04 03:43:08 +01:00
parent 90b8c68175
commit 4df14ce55c
1 changed files with 1 additions and 1 deletions

2
gui.go
View File

@ -106,7 +106,7 @@ func (g *Gui) MainLoop() (err error) {
if err := g.draw(); err != nil {
return err
}
// TODO: Set initial cursor position
// XXX Set initial cursor position
//termbox.SetCursor(10, 10)
termbox.Flush()