mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-21 14:34:36 -04:00
drafting
This commit is contained in:
parent
d276f52942
commit
6b92ec10cc
@ -200,6 +200,10 @@ func (oe *OrderEditor) command(t *Tracker, e key.Event) {
|
||||
}
|
||||
}
|
||||
|
||||
func (t *OrderEditor) Tags(level int, yield TagYieldFunc) bool {
|
||||
return yield(level+1, t.scrollTable.RowTitleList) && yield(level+1, t.scrollTable.ColTitleList) && yield(level, t.scrollTable)
|
||||
}
|
||||
|
||||
func patternIndexToString(index int) string {
|
||||
if index < 0 {
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user