/* * ansi.h: * * Copyright (c) 2008 James McKenzie , * All rights reserved. * */ /* * $Id$ */ /* * $Log$ * Revision 1.1 2008/02/03 23:31:25 james * *** empty log message *** * */ #ifndef __ANSI_H__ #define __ANSI_H__ #define ANSI_INVAL -1 typedef struct { int fd; CRT crt; CRT_Pos pos; CRT_Pos size; int hide_cursor; int attr; } ANSI; #endif /* __ANSI_H__ */