aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-26 01:26:15 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-26 01:26:15 -0400
commita92e8cac36b2ddbb1f3814c9bc5cb74d78aeffbf (patch)
tree43f3cafc325fabc8ad51210a085a3a1cc66bec9a
parentea162fb1691c2809939bd33e940d9358bf691e95 (diff)
downloadrunes-a92e8cac36b2ddbb1f3814c9bc5cb74d78aeffbf.tar.gz
runes-a92e8cac36b2ddbb1f3814c9bc5cb74d78aeffbf.zip
we aren't doing dirty row tracking for now
see the dirty-rows branch for details
-rw-r--r--src/screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 90141a9..38368a3 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -54,7 +54,6 @@ struct runes_cell {
struct runes_row {
struct runes_cell *cells;
- unsigned char dirty: 1;
unsigned char wrapped: 1;
};