summaryrefslogtreecommitdiffstats
path: root/monitor.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-06-10 08:51:30 +0800
committerKevin McCarthy <kevin@8t8.us>2018-06-10 08:51:30 +0800
commit1acb708bcfc745c0613ecc830a720298009b2f1c (patch)
treeee4f41702171370e0a45db0c5df6e6fe7115f434 /monitor.h
parent96b1449f99abcbce116aa949f6882921b5cbf223 (diff)
Move mutt_getch() timeout value into curs_lib.c
Change monitor.c to reference the curs_lib value, instead of vice-versa. We need to store the value for both monitor.c's poll and for mutt_monitor_ch() to perform an initial non-blocking check of ncurses' getch() buffer.
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor.h b/monitor.h
index 976b99b6..cd4918b2 100644
--- a/monitor.h
+++ b/monitor.h
@@ -25,8 +25,6 @@ WHERE int MonitorFilesChanged INITVAL (0);
int mutt_monitor_add (BUFFY *b);
int mutt_monitor_remove (BUFFY *b);
#endif
-void mutt_monitor_set_poll_timeout (int timeout);
-int mutt_monitor_get_poll_timeout (void);
int mutt_monitor_poll (void);
#endif /* MONITOR_H */