Terminfo interfaces.
More...
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include "elinks.h"
#include "terminfo.h"
◆ terminfo_clear_screen()
const char * terminfo_clear_screen |
( |
void | | ) |
|
◆ terminfo_cursor_address()
const char * terminfo_cursor_address |
( |
int | y, |
|
|
int | x ) |
◆ terminfo_max_colors()
int terminfo_max_colors |
( |
void | | ) |
|
◆ terminfo_set_background()
const char * terminfo_set_background |
( |
int | arg | ) |
|
◆ terminfo_set_bold()
const char * terminfo_set_bold |
( |
int | arg | ) |
|
◆ terminfo_set_foreground()
const char * terminfo_set_foreground |
( |
int | arg | ) |
|
◆ terminfo_set_italics()
const char * terminfo_set_italics |
( |
int | arg | ) |
|
◆ terminfo_set_underline()
const char * terminfo_set_underline |
( |
int | arg | ) |
|
◆ terminfo_setupterm()
int terminfo_setupterm |
( |
char * | term, |
|
|
int | fildes ) |