00001 /*! 00002 \file qscr.h 00003 \author Klaus Holst 00004 \date Jan 2005 00005 00006 \brief Output class. Choose from ncurses, normal, no-output. 00007 00008 */ 00009 00010 00011 #ifndef _QSCR_H_ 00012 #define _QSCR_H_ 00013 00014 00015 void qinit(); 00016 void qend(); 00017 void qmvaddstr(unsigned x, unsigned y, char const* st); 00018 void qmove(unsigned x, unsigned y); 00019 void qaddstr(char const* st); 00020 void qclrtoeol(); 00021 void qinsertln(); 00022 00023 #endif // _QSCR_H
1.3.6