|
@@ -683,8 +683,8 @@ func main() {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
- d.EnableMouse(door.AnyEvent)
|
|
|
+
|
|
|
+ d.EnableMouse(door.Normal)
|
|
|
|
|
|
press_keys(&d)
|
|
|
|
|
@@ -763,7 +763,7 @@ func main() {
|
|
|
|
|
|
|
|
|
|
|
|
- d.DisableMouse()
|
|
|
+ d.DisableMouse()
|
|
|
d.Write(door.Reset + door.CRNL)
|
|
|
|
|
|
message = fmt.Sprintf("Returning to the %s BBS..."+door.CRNL, d.Config.BBSID)
|