aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-05 09:33:12 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-05 09:33:12 +1000
commitad5a6e055285ad0eda6a2e43d99159427c75c65c (patch)
tree848ebaedaf95631c1ae705259614526f7ee843cc /screen.h
parent873fd833073ddf1afa57db321e438e19d5e6186e (diff)
Move the code keeping track of file descriptor modification from reader.c to screen.c
darcs-hash:20061004233312-ac50b-9a10ff758375885ae78a5e5c04279c1976a037ea.gz
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/screen.h b/screen.h
index d732fd40..03e89e5a 100644
--- a/screen.h
+++ b/screen.h
@@ -40,6 +40,12 @@ typedef struct
write.
*/
int actual_width;
+
+ /**
+ These status buffers are used to check if any output has occurred
+ other than from fish's main loop, in which case we need to redraw.
+ */
+ struct stat prev_buff_1, prev_buff_2, post_buff_1, post_buff_2;
}
screen_t;