mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Merge of cuix back in trunk
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4309 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bd3a137c81
commit
8b75299729
12 changed files with 758 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
#include "module.h"
|
||||
#include "textbuffer-view.h"
|
||||
#include "utf8.h"
|
||||
#ifdef HAVE_CUIX
|
||||
#include "cuix.h"
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
|
|
@ -1319,6 +1322,9 @@ static int sig_check_linecache(void)
|
|||
void textbuffer_view_init(void)
|
||||
{
|
||||
linecache_tag = g_timeout_add(LINE_CACHE_CHECK_TIME, (GSourceFunc) sig_check_linecache, NULL);
|
||||
#ifdef HAVE_CUIX
|
||||
cuix_active = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
void textbuffer_view_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue