|
@@ -668,8 +668,11 @@ func main() {
|
|
|
|
|
|
var bolder string = door.ColorText("BLI BOLD YEL ON BLUE")
|
|
|
d.Write("Welcome to " + bolder + "door32.sys" + door.Reset + door.CRNL + "..." + door.CRNL)
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- d.Write("\x1b[?1000h")
|
|
|
+ d.Write("\x1b[?1000h")
|
|
|
+
|
|
|
press_keys(&d)
|
|
|
|
|
|
d.Write(door.CRNL)
|
|
@@ -746,6 +749,7 @@ func main() {
|
|
|
}
|
|
|
|
|
|
d.Write("\x1b[?1000l")
|
|
|
+
|
|
|
d.Write(door.Reset + door.CRNL)
|
|
|
|
|
|
message = fmt.Sprintf("Returning to the %s BBS..."+door.CRNL, d.Config.BBSID)
|