瀏覽代碼

Disable mouse code.

Steve Thielemann 2 年之前
父節點
當前提交
29295cd2ba
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      testdoor/testdoor.go

+ 1 - 0
testdoor/testdoor.go

@@ -904,6 +904,7 @@ func main() {
 
 	}
 
+	d.Write("\x1b[?1000l") // disable mouse
 	d.Write(door.Reset + door.CRNL)
 
 	message = fmt.Sprintf("Returning to the %s BBS..."+door.CRNL, d.Config.BBSID)