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:
nattfodd 2006-08-08 21:11:20 +00:00
commit 8b75299729
12 changed files with 758 additions and 0 deletions

11
src/fe-text/cuix.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef __CUIX_TRY_H
#define __CUIX_TRY_H
int cuix_active;
void cuix_create (void);
void cuix_destroy (void);
void cuix_refresh (void);
#endif /* __CUIX_TRY_H */