win32vt100.h

Go to the documentation of this file.
00001 // @(#)root/editline:$Id: win32vt100.h 30167 2009-09-15 10:03:23Z axel $
00002 // Author: Axel Naumann, 2009
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2009, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #define ERR 0
00013 typedef int (*PutcFunc_t)(int);
00014 
00015 char* tigetstr(const char*);
00016 int tputs(const char* what, int, PutcFunc_t putc);
00017 char* tparm(const char* termstr, ...);
00018 int setupterm(const char* /*term*/, int fd, int* errcode);

Generated on Tue Jul 5 14:11:39 2011 for ROOT_528-00b_version by  doxygen 1.5.1