You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Problem
When running a rule under the V2 UI, the cursor disappeared at the end, leaving the terminal unusable for further commands.
### Solution
Flush the terminal as the last thing it does in `finish()`.
### Result
Even though the output of a `@console_rule` is still broken, the cursor appears after calling pants, which makes it a lot nicer to work on this.
![screenshot 2018-11-26 at 16 14 11](https://user-images.githubusercontent.com/5861182/49026669-56e47000-f196-11e8-9b4d-11d6fc26166e.png)
Part 1 of #6808
While working on #6004, one comes across this problem more often than I'd like. Running the v2 UI malforms the output, and hides cursor afterwards:
It would be great to solve this before continuing, it's hard to debug otherwise. I'll prioritise it.
The text was updated successfully, but these errors were encountered: