mcabber/mcabber/screen.h
changeset 2309 e00ae0763468
parent 2292 f181418db215
child 2333 69d292ccf196
equal deleted inserted replaced
2308:e8c8665c824e 2309:e00ae0763468
    13 # include <ncurses/panel.h>
    13 # include <ncurses/panel.h>
    14 #else
    14 #else
    15 # include <ncurses.h>
    15 # include <ncurses.h>
    16 # include <panel.h>
    16 # include <panel.h>
    17 #endif
    17 #endif
       
    18 
       
    19 gboolean vi_mode;
    18 
    20 
    19 #if defined(WITH_ENCHANT) || defined(WITH_ASPELL)
    21 #if defined(WITH_ENCHANT) || defined(WITH_ASPELL)
    20 void spellcheck_init(void);
    22 void spellcheck_init(void);
    21 void spellcheck_deinit(void);
    23 void spellcheck_deinit(void);
    22 //static void spellcheck(char*, char*);
    24 //static void spellcheck(char*, char*);