aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-05 04:02:53 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-05 04:02:53 -0400
commitaf6c892e245dfae3b6e472e98afa68cf8d8e4939 (patch)
treede01c02dbb4a0dce7143f2afe2eb86e39f6562c2 /src/config.h
parentd5b759b9170b84d4257568da236b6057f268b12d (diff)
downloadrunes-af6c892e245dfae3b6e472e98afa68cf8d8e4939.tar.gz
runes-af6c892e245dfae3b6e472e98afa68cf8d8e4939.zip
implement double click to select words and triple click to select lines
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index da1561b..7324a10 100644
--- a/src/config.h
+++ b/src/config.h
@@ -18,6 +18,7 @@ struct runes_config {
int scrollback_length;
int redraw_rate;
+ int double_click_rate;
char *cmd;
char *font_name;