aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-25 03:00:38 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-25 16:00:17 -0700
commit0c9a1a56c22de9a34d678898168a30aeda86b1a3 (patch)
tree193666081f64ea1b9f9beb68f05bf1eb9097881d /reader.h
parentc0655b6b08222a32b267cff4f7fbdf6d1472c910 (diff)
Lots of work on web config
Change to make fish immediately show color changes
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/reader.h b/reader.h
index af66e631..eda4b352 100644
--- a/reader.h
+++ b/reader.h
@@ -75,6 +75,12 @@ void reader_write_title();
*/
void reader_repaint_needed();
+/** Call this function to tell the reader that some color has changed. */
+void reader_react_to_color_change();
+
+/* Repaint immediately if needed. */
+void reader_repaint_if_needed();
+
/**
Run the specified command with the correct terminal modes, and
while taking care to perform job notification, set the title, etc.