Go to the source code of this file.
Defines | |
| #define | ERR 0 |
Typedefs | |
| typedef int(*) | PutcFunc_t (int) |
Functions | |
| char * | tigetstr (const char *) |
| int | tputs (const char *what, int, PutcFunc_t putc) |
| char * | tparm (const char *termstr,...) |
| int | setupterm (const char *, int fd, int *errcode) |
| #define ERR 0 |
Definition at line 12 of file win32vt100.h.
Referenced by TFITSHDU::LoadHDU(), TFITSHDU::PrintFileMetadata(), setupterm(), and term_init_color().
| typedef int(*) PutcFunc_t(int) |
Definition at line 13 of file win32vt100.h.
| int setupterm | ( | const char * | , | |
| int | fd, | |||
| int * | errcode | |||
| ) |
| char* tigetstr | ( | const char * | ) |
| char* tparm | ( | const char * | termstr, | |
| ... | ||||
| ) |
Definition at line 54 of file win32vt100.cxx.
Referenced by build_image_from_xml(), and TTermManip::WriteTerm().
| int tputs | ( | const char * | what, | |
| int | , | |||
| PutcFunc_t | putc | |||
| ) |
Definition at line 41 of file win32vt100.cxx.
References c.
Referenced by term_beep(), term_clear_EOL(), term_clear_screen(), term_deletechars(), term_insertwrite(), term_move_to_char(), term_move_to_line(), and TTermManip::WriteTerm().
1.5.1