From 81643fdcb0e6578f8c35e99579a2d0010d2eac8b Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Fri, 3 Jan 2020 10:35:12 -0500 Subject: Create 'Create a panic handler for ticket tui' --- .../open/create-a-panic-handler-for-ticket-tui.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .dev-suite/ticket/open/create-a-panic-handler-for-ticket-tui.toml diff --git a/.dev-suite/ticket/open/create-a-panic-handler-for-ticket-tui.toml b/.dev-suite/ticket/open/create-a-panic-handler-for-ticket-tui.toml new file mode 100644 index 0000000..7b61c45 --- /dev/null +++ b/.dev-suite/ticket/open/create-a-panic-handler-for-ticket-tui.toml @@ -0,0 +1,17 @@ +title = 'Create a panic handler for ticket tui' +status = 'Open' +id = '9b344c00-2e3d-11ea-bc2d-b4e1317c6ecc' +assignees = [[ + '64c00ccc-761e-4484-86ac-904e461bb300', + 'Michael Gattozzi', +]] +description = ''' +When the ticket tui has a panic it garbles up the terminal and leaves it in an +awful state. This is because it never sets the terminal back to it's previous +state like it can when it fails gracefully. When the tui is run it should have +a custom panic handler to reset the terminal to it's proper state, then continue +with it's normal unwinding behavior. +''' +version = 'V1' + +[comments] -- cgit v1.2.3