aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/closed/create-a-panic-handler-for-ticket-tui.toml
blob: 9847148cfc91078a59c745beeaa16a8a66a0ebd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
title = 'Create a panic handler for ticket tui'
status = 'Closed'
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]