aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-06 05:35:02 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-06 05:35:02 -0400
commit8f20ab88c90feefc7b88d4b27b02800c2d9f4e20 (patch)
tree65014511cfa5194cea5b1e2739e40620cec72486 /src/config.h
parent261fc5698fb494b466ce35b0150a2f52c964d8a4 (diff)
downloadrunes-8f20ab88c90feefc7b88d4b27b02800c2d9f4e20.tar.gz
runes-8f20ab88c90feefc7b88d4b27b02800c2d9f4e20.zip
make the redraw rate limit configurable
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index b718f8b..1da07a2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -17,6 +17,8 @@ struct runes_config {
int scroll_lines;
int scrollback_length;
+ int redraw_rate;
+
char *cmd;
char *font_name;