mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
16
src/fe-text/cuix-lib.h
Normal file
16
src/fe-text/cuix-lib.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef __CUIX_LIB_H
|
||||
#define __CUIX_LIB_H
|
||||
|
||||
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
|
||||
# include <ncurses.h>
|
||||
#else
|
||||
# include <curses.h>
|
||||
#endif
|
||||
#include <form.h>
|
||||
#include <panel.h>
|
||||
#include "cuix-api.h"
|
||||
|
||||
int home_menu (char *);
|
||||
|
||||
|
||||
#endif /* __CUIX_LIB_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue