mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
Add selection ability and cursor movement
This commit is contained in:
@@ -19,6 +19,10 @@ func NewCommit(Author, Message, Repo, Path string, Added, Deleted, FilesChanged
|
||||
return ci
|
||||
}
|
||||
|
||||
func (yf Freq) StringSelected(selected int) string {
|
||||
return gterm.GetYearUnicodeSelected(yf, selected)
|
||||
}
|
||||
|
||||
func (yf Freq) String() string {
|
||||
return gterm.GetYearUnicode(yf)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user