Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
ansicolor.h
Go to the documentation of this file.00001 /* 00002 Copyright (C) 2005 by Jorrit Tyberghein 00003 (C) 2005 by Frank Richter 00004 00005 This library is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Library General Public 00007 License as published by the Free Software Foundation; either 00008 version 2 of the License, or (at your option) any later version. 00009 00010 This library is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Library General Public License for more details. 00014 00015 You should have received a copy of the GNU Library General Public 00016 License along with this library; if not, write to the Free 00017 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00018 */ 00019 00020 #ifndef __CS_CSUTIL_ANSICOLOR_H__ 00021 #define __CS_CSUTIL_ANSICOLOR_H__ 00022 00027 00028 #define CS_ANSI_RST "\033[0m" 00029 00032 00033 #define CS_ANSI_FK "\033[30m" 00034 00035 #define CS_ANSI_FR "\033[31m" 00036 00037 #define CS_ANSI_FG "\033[32m" 00038 00039 #define CS_ANSI_FY "\033[33m" 00040 00041 #define CS_ANSI_FB "\033[34m" 00042 00043 #define CS_ANSI_FM "\033[35m" 00044 00045 #define CS_ANSI_FC "\033[36m" 00046 00047 #define CS_ANSI_FW "\033[37m" 00048 00050 00051 #define CS_ANSI_FI "\033[1m" 00052 00053 #define CS_ANSI_FI_OFF "\033[22m" 00054 00057 00058 #define CS_ANSI_BK "\033[40m" 00059 00060 #define CS_ANSI_BR "\033[41m" 00061 00062 #define CS_ANSI_BG "\033[42m" 00063 00064 #define CS_ANSI_BY "\033[43m" 00065 00066 #define CS_ANSI_BB "\033[44m" 00067 00068 #define CS_ANSI_BM "\033[45m" 00069 00070 #define CS_ANSI_BC "\033[46m" 00071 00072 #define CS_ANSI_BW "\033[47m" 00073 00075 #endif // __CS_CSUTIL_ANSICOLOR_H__
Generated for Crystal Space by doxygen 1.4.4