浏览代码

Display loading ... in front of spinning cursor.

Steve Thielemann 5 年之前
父节点
当前提交
5ad4d1b22b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      flexible.py

+ 2 - 1
flexible.py

@@ -255,6 +255,7 @@ class CIMWarpReport(object):
         self.queue_player.put("^")  # Activate CIM
         self.state = 1
         # self.warpdata = {}
+        self.queue_game.put("Loading ... ")  # cycle eats last char.
         self.warpcycle = SpinningCursor() 
 
     def game_prompt(self, prompt):
@@ -383,7 +384,7 @@ class CIMPortReport(object):
         self.queue_player.put("^")  # Activate CIM
         self.state = 1
         # self.portdata = {}
-        self.queue_game.put("Loading ...")
+        self.queue_game.put("Loading ... ")  # cycle eats last char.
         self.portcycle = SpinningCursor()
 
     def game_prompt(self, prompt):