parent
2746051a2a
commit
1ef3afd647
|
|
@ -27,7 +27,9 @@ func NewV1(src raw.Raw) V1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v1 V1) Close() { v1.src.Close() }
|
func (v1 V1) Close() {
|
||||||
|
v1.src.Close()
|
||||||
|
}
|
||||||
|
|
||||||
func (v1 V1) Read() []Button {
|
func (v1 V1) Read() []Button {
|
||||||
line := v1.src.Read()
|
line := v1.src.Read()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue