diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-03-22 22:54:43 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-03-22 22:54:43 +0100 |
commit | 3bc8afa740fdf775022c9fd3d92b2dfcb3c9804e (patch) | |
tree | b2cb84958ba0beb7c37428a2b708e8b827c81a98 /src/common.h | |
parent | d36d34fe0432fc24d75791f2aba9e626a535f478 (diff) | |
parent | 35d255fc8c2bc585bacbe59afb8cf9c6cc3cadc8 (diff) | |
download | irssi-3bc8afa740fdf775022c9fd3d92b2dfcb3c9804e.zip |
Merge pull request #458 from ailin-nemui/fix_449
Properly toggle bracketed paste mode on stop/cont
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
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 |