update readme

Former-commit-id: 3e0044b8f126a6e388b6daa4ae4fe076f935ff16 [formerly 3e0044b8f126a6e388b6daa4ae4fe076f935ff16 [formerly 6e0164dd4edeb11daeda3806522a340b32a88fcc [formerly c8009f49301ec9509ae22034a56660cfa7a1aca8]]]
Former-commit-id: 38568d2a6d073091cf3a7635ed4bc2848dbe782a
Former-commit-id: 2ecedbe4f3f0956258a082d8ecfc418f6ccac6d7 [formerly 23ba24f95a7fdeba234f24d069829d19f86fe408]
Former-commit-id: c35a69f80f206868d587dbb53d8d6499466b28b1
pull/15/head
Miguel Mota 6 years ago
parent 9567f82a2d
commit 3a81d5339c

@ -1,6 +1,7 @@
package cointop
import (
"log"
"regexp"
"strings"
)
@ -54,6 +55,7 @@ func (ct *Cointop) goToGlobalIndex(idx int) error {
ct.setPage(atpage)
rowIndex := (idx % perpage)
ct.highlightRow(rowIndex)
log.Println(rowIndex)
ct.updateTable()
ct.rowChanged()
return nil

Loading…
Cancel
Save