mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Handle SIGHUP
Handle SIGHUP so that the registered exit handlers are called to restore the terminal back to its orignal state.
This commit is contained in:
parent
ed97a8dc21
commit
03cf4ef197
4 changed files with 71 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ tio_sources = [
|
|||
'misc.c',
|
||||
'tty.c',
|
||||
'print.c',
|
||||
'configfile.c'
|
||||
'configfile.c',
|
||||
'signals.c'
|
||||
]
|
||||
|
||||
tio_dep = dependency('inih', required: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue