This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- irssi-0.8.15/src/fe-text/gui-readline.c 2010-04-03 17:19:42.000000000 +0100 | |
+++ irssi-0.8.15/src/fe-text/gui-readline.c 2012-05-24 10:25:04.000000000 +0100 | |
@@ -64,6 +64,7 @@ | |
static char *paste_old_prompt; | |
static int paste_prompt, paste_line_count; | |
static int paste_join_multiline; | |
+static int paste_send_multiline; | |
static int paste_timeout_id; | |
static void sig_input(void); |