comparison mcabber/mcabber/screen.c @ 2334:6ad3cada768c

Fix multiple declarations issue with vi_mode This fails compilation with GCC 10 or -fno-common in CFLAGS. Link: https://bugs.gentoo.org/707418
author Andrey Utkin <andrey_utkin@gentoo.org>
date Mon, 17 Feb 2020 23:44:03 +0000
parents 69d292ccf196
children ffd0e57e9563
comparison
equal deleted inserted replaced
2333:69d292ccf196 2334:6ad3cada768c
163 163
164 int _update_roster; 164 int _update_roster;
165 int utf8_mode; 165 int utf8_mode;
166 gboolean chatstates_disabled; 166 gboolean chatstates_disabled;
167 gboolean Autoaway; 167 gboolean Autoaway;
168
169 gboolean vi_mode;
168 170
169 #define MAX_KEYSEQ_LENGTH 8 171 #define MAX_KEYSEQ_LENGTH 8
170 172
171 typedef struct { 173 typedef struct {
172 char *seqstr; 174 char *seqstr;