Changed interface of StatForTime
This commit is contained in:
@@ -24,7 +24,7 @@ const (
|
|||||||
|
|
||||||
type StatForTime struct {
|
type StatForTime struct {
|
||||||
time int
|
time int
|
||||||
keys map[string]int
|
keys map[uint8]int
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return map from key numbers to key names like "F1", "Tab", "d"
|
// Return map from key numbers to key names like "F1", "Tab", "d"
|
||||||
|
|||||||
Reference in New Issue
Block a user