فهرست منبع

Position to after menu panel.

Cursor was being reset by WOPR shutdown.
Steve Thielemann 2 سال پیش
والد
کامیت
2572e4713c
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      testdoor/testdoor.go

+ 2 - 0
testdoor/testdoor.go

@@ -746,6 +746,8 @@ func main() {
 		// Clear WOPR panels.
 		// Clear WOPR panels.
 		d.Write(door.Reset + wopr.Clear())
 		d.Write(door.Reset + wopr.Clear())
 
 
+		r, b := mainmenu.Panel.RightBottomPos()
+		d.Write(door.Goto(r, b))
 		// fmt.Printf("Choice: %d, Option: %c\n", choice, option)
 		// fmt.Printf("Choice: %d, Option: %c\n", choice, option)
 
 
 		switch option {
 		switch option {