aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-10-26 15:22:20 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-10-26 15:22:20 -0700
commite05743d0ba1201745d40c5ebc1c8ee336ff43b64 (patch)
tree9ca3ce03c67636fa582175ca53598f3174bc9c01 /reader.h
parente204ced1aef4381c74787680b8653f049d125094 (diff)
Fix for errant SIGHUPs due to child fish shells messing with the term.
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/reader.h b/reader.h
index 28340ad7..0d7a58f1 100644
--- a/reader.h
+++ b/reader.h
@@ -46,6 +46,9 @@ void reader_init();
*/
void reader_destroy();
+/** Restore the term mode at startup */
+void restore_term_mode();
+
/**
Returns the filename of the file currently read
*/