|
@@ -682,7 +682,9 @@ func main() {
|
|
|
|
|
|
|
|
|
|
|
|
- d.Write("\x1b[?1002h")
|
|
|
+
|
|
|
+
|
|
|
+ d.EnableMouse(door.AnyEvent)
|
|
|
|
|
|
press_keys(&d)
|
|
|
|
|
@@ -760,7 +762,8 @@ func main() {
|
|
|
}
|
|
|
|
|
|
|
|
|
- d.Write("\x1b[?1002l")
|
|
|
+
|
|
|
+ d.DisableMouse()
|
|
|
d.Write(door.Reset + door.CRNL)
|
|
|
|
|
|
message = fmt.Sprintf("Returning to the %s BBS..."+door.CRNL, d.Config.BBSID)
|