diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). */ |
