summaryrefslogtreecommitdiff
path: root/dblbuf.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-08 23:43:13 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-08 23:43:13 +0000
commit916c3fb0040ff697e2abfe3791e89512499f8ccb (patch)
tree39c1689ffed8e89100a25045329e999751b874bc /dblbuf.h
parent91f215a78c28986a12f4cd9d5e03ffea17b3363e (diff)
downloaduuterm-916c3fb0040ff697e2abfe3791e89512499f8ccb.tar.gz
fbcon target: let the kernel do the key mapping for us...
this made it easy to fix vc switching and window resizing, so i'm fixing those in the same commit as well.
Diffstat (limited to 'dblbuf.h')
-rw-r--r--dblbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dblbuf.h b/dblbuf.h
index cb57696..7f1f8b7 100644
--- a/dblbuf.h
+++ b/dblbuf.h
@@ -13,6 +13,7 @@ struct dblbuf
struct slice *slices;
unsigned cs, ch;
+ int active, repaint;
unsigned curs_x;
unsigned curs_y;