aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index 4f791d7..01b57e8 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -1038,7 +1038,7 @@ static void keystroke(void) {
} else {
edbox_keystroke();
}
- OS.cdtmv3 = hz / 3;
+ OS.cdtmv3 = hz / 2;
}
/* only exits on error (e.g. connection closed, which might be via /QUIT). */