diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-08 23:43:13 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-08 23:43:13 +0000 |
commit | 916c3fb0040ff697e2abfe3791e89512499f8ccb (patch) | |
tree | 39c1689ffed8e89100a25045329e999751b874bc /dblbuf.h | |
parent | 91f215a78c28986a12f4cd9d5e03ffea17b3363e (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ struct dblbuf struct slice *slices; unsigned cs, ch; + int active, repaint; unsigned curs_x; unsigned curs_y; |