Changeset 1269 for libcaca/trunk/cxx/cucul++.h
- Timestamp:
- Oct 31, 2006, 3:04:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/cucul++.h
r1203 r1269 121 121 unsigned int getWidth(void); 122 122 unsigned int getHeight(void); 123 void setColor(unsigned int f, unsigned int b);124 int setTruecolor(unsigned int f, unsigned int b);125 unsigned long int getColor(int, int);126 char const * getColorName(unsigned int color);123 unsigned long int getAttr(int, int); 124 int setAttr(unsigned long int); 125 int setColorANSI(unsigned char f, unsigned char b); 126 int setColorARGB(unsigned int f, unsigned int b); 127 127 void Printf(int x , int y , char const * format,...); 128 128 void putChar(int x, int y, char ch);
Note: See TracChangeset
for help on using the changeset viewer.