Skip to content

Show cursor before exiting

Michael Aaron Murphy requested to merge jmacdonald:show-cursor into master

Created by: jmacdonald

If the cursor is hidden when the terminal is dropped, the controlling process (most likely a shell) won't display a cursor. By sending a show cursor escape code, we guarantee that the cursor is restored prior to shutdown.

Merge request reports