mirror of
https://github.com/acedanger/shell.git
synced 2026-03-24 19:11:48 -07:00
feat: Ensure console cursor visibility after script execution
This commit is contained in:
@@ -636,4 +636,7 @@ def main():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
main()
|
||||
finally:
|
||||
console.show_cursor(True)
|
||||
|
||||
Reference in New Issue
Block a user