소스 검색

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)