diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-20 00:43:09 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-20 00:43:09 -0500 |
commit | 63362d52d3943f40fb96898a2b4e87e17f0adcf4 (patch) | |
tree | 7a1972add49eabb9ee0af4317e4ff11ec12c4b29 /src/lib/libremessages.1.ronn | |
parent | b6e66bce4dadd1a5b9f74a456de3ef5575e648fa (diff) |
libremessages: add a setup_traps routine
Diffstat (limited to 'src/lib/libremessages.1.ronn')
-rw-r--r-- | src/lib/libremessages.1.ronn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index bf052bd..d4c35fc 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -69,6 +69,10 @@ Unless otherwise noted, these do not implicitly call `gettext`. Joins all arguments with whitespace, and sets the terminal title to that. + * `setup_traps`: + Sets traps on TERM, HUP, QUIT and INT signals, as sell as the ERR + event, similar to makepkg. + ### PROSE ROUTINES These routines print to standard output, ande are useful for printing |