view mcabber/src/help.h @ 966:d9acb7f2a3d1

Do not set Curses variable too early This patch fixes a freeze when scr_LogPrint() is called before ncurses are fully initialized, for example when the colors are wrong in the config file. Problem reported by Jeff~ in the mcabber MUC room.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 28 Sep 2006 21:36:58 +0200
parents cefdaeb42e67
children 2de8f8ba1f34
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */