mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
28
src/fe-text/gui-printtext.h
Normal file
28
src/fe-text/gui-printtext.h
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#ifndef __GUI_PRINTTEXT_H
|
||||
#define __GUI_PRINTTEXT_H
|
||||
|
||||
enum
|
||||
{
|
||||
BLACK = 0,
|
||||
BLUE,
|
||||
GREEN,
|
||||
CYAN,
|
||||
RED,
|
||||
MAGENTA,
|
||||
YELLOW,
|
||||
WHITE,
|
||||
BBLACK,
|
||||
BBLUE,
|
||||
BGREEN,
|
||||
BCYAN,
|
||||
BRED,
|
||||
BMAGENTA,
|
||||
BYELLOW,
|
||||
BWHITE,
|
||||
NUM_COLORS
|
||||
};
|
||||
|
||||
void gui_printtext_init(void);
|
||||
void gui_printtext_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue