aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-04 18:46:28 -0400
committerJesse Luehrs <doy@tozt.net>2014-05-04 18:46:28 -0400
commitc48544e613903c617c1318b1f1cc4d7eae9daa47 (patch)
treed8051bbe946d7f611b43e9c8866b22ab1b225d50 /src/config.h
parent3c4d1c9d43c80abf5a938d1f5416e7a9d4f339dd (diff)
downloadrunes-c48544e613903c617c1318b1f1cc4d7eae9daa47.tar.gz
runes-c48544e613903c617c1318b1f1cc4d7eae9daa47.zip
allow the number of lines to scroll at a time to be 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 c22f32e..a98d9d0 100644
--- a/src/config.h
+++ b/src/config.h
@@ -12,6 +12,8 @@ struct runes_config {
int default_rows;
int default_cols;
+ int scroll_lines;
+
char *cmd;
char *font_name;