aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-14 20:16:23 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-14 20:16:23 +1000
commit9ebdc16be6bf347dbd0b892f73f4e8329e970916 (patch)
treec89e80559a598f5c2423e2210082e0a06bc3fa95 /event.h
parent92ecc01baa1e762bc726dc51145434137efc65d4 (diff)
Fix the longstanding hang-on-exit bug in eterm, as well as making sure the history is saved when the terminal emulator exits
darcs-hash:20060514101623-ac50b-f8ce693ec111e3c158640ef8de309bf7e5484c5b.gz
Diffstat (limited to 'event.h')
-rw-r--r--event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/event.h b/event.h
index 9bd3f81b..9b09938e 100644
--- a/event.h
+++ b/event.h
@@ -136,4 +136,9 @@ void event_free( event_t *e );
*/
const wchar_t *event_get_desc( event_t *e );
+/**
+ Returns a non-zero status if there are event listeners that fire on the specified signal
+*/
+int event_signal_listen( int signal );
+
#endif