summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-22 16:05:14 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-22 16:36:30 +0100
commit35d255fc8c2bc585bacbe59afb8cf9c6cc3cadc8 (patch)
treea83290c31aad8f0e15fc7aa28e7e396e984423f1 /src/common.h
parent83bee9c6b73d01b749e3c8a56e0683569e6a1ae2 (diff)
downloadirssi-35d255fc8c2bc585bacbe59afb8cf9c6cc3cadc8.zip
Properly toggle bracketed paste mode on stop/cont
Fixes #449
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 729049ab..33dbd481 100644
--- a/src/common.h
+++ b/src/common.h
@@ -6,7 +6,7 @@
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */
#define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */
-#define IRSSI_ABI_VERSION 2
+#define IRSSI_ABI_VERSION 3
#define DEFAULT_SERVER_ADD_PORT 6667