aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-12 20:13:48 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-12 20:13:48 +1000
commit234034d3023925c396723119ee51df92c2b42961 (patch)
tree9a6ee407a9c9b9d86354bd7c99cf901e5512191c /input.h
parentedc20a7505f61002117042ffeb19f328fe519277 (diff)
Make sure cwd colors update when the variable changes. This is a common regression, it seems. This time it was caused by the repaint reductions added in 1.22.2.
darcs-hash:20061212101348-ac50b-970686fcd3317f19c6131cdc46885a841c68a6d6.gz
Diffstat (limited to 'input.h')
-rw-r--r--input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/input.h b/input.h
index d3a9d695..fbb991da 100644
--- a/input.h
+++ b/input.h
@@ -48,7 +48,8 @@ enum
R_VI_DELETE_TO,
R_EXECUTE,
R_BEGINNING_OF_BUFFER,
- R_END_OF_BUFFER
+ R_END_OF_BUFFER,
+ R_REPAINT
}
;