diff --git a/src/termui/table.go b/src/termui/table.go index de34629..eeb82af 100644 --- a/src/termui/table.go +++ b/src/termui/table.go @@ -128,7 +128,6 @@ func (self *Table) Draw(buf *Buffer) { } } -// drawLoca func (self *Table) drawLocation(buf *Buffer) { total := len(self.Rows) topRow := self.TopRow + 1