This commit is contained in:
Kovid Goyal
2022-10-07 13:56:09 +05:30
parent bf7dd1c369
commit 1058c999c8

View File

@@ -3,6 +3,7 @@
package loop
import (
"fmt"
"io"
"os"
@@ -12,6 +13,8 @@ import (
"kitty/tools/utils"
)
var _ = fmt.Print
func (self *Loop) dispatch_input_data(data []byte) error {
if self.OnReceivedData != nil {
err := self.OnReceivedData(data)