#include "win32vt100.h"
#include <set>
#include <cstring>
#include <stdarg.h>
#include <stdio.h>
#include <strings.h>
Go to the source code of this file.
Typedefs | |
typedef int(*) | PutcFunc_t (int) |
Functions | |
char * | tigetstr (const char *cap) |
int | tputs (const char *what, int, PutcFunc_t myputc) |
char * | tparm (const char *termstr,...) |
int | setupterm (const char *, int, int *errcode) |
int | win32vt100_putc (int c) |
typedef int(*) PutcFunc_t(int) |
Definition at line 39 of file win32vt100.cxx.
int setupterm | ( | const char * | , | |
int | , | |||
int * | errcode | |||
) |
char* tigetstr | ( | const char * | cap | ) |
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 | myputc | |||
) |
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().
int win32vt100_putc | ( | int | c | ) |
Definition at line 97 of file win32vt100.cxx.