#include <termios.h>
#include <sys/types.h>
#include "iterm/io.h"
Go to the source code of this file.
Functions | |
TerminalIO * | TtyTerminalIO_new (int width, int height, char *program_name, char *argv[]) |
TTYIO Constructor. | |
void | TtyTerminalIO_destroy (TerminalIO *tio) |
TTYIO Destructor. | |
int | TtyTerminalIO_get_associated_fd (TerminalIO *tio) |
Obtain associated file descriptor. |
|
TTYIO Destructor.
|
|
Obtain associated file descriptor.
|
|
TTYIO Constructor.
|