()
| 125 | long startTime; |
| 126 | |
| 127 | void run() |
| 128 | { |
| 129 | startTime = System.currentTimeMillis(); |
| 130 | while (true) |
| 131 | { |
| 132 | re.updateScreen((List<String> args) -> updateScreen()); |
| 133 | re.getKeyboardHandler().Update(); |
| 134 | Cbuf.Execute(); |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | int currentState = 0; |
| 139 |
no test coverage detected