Bugz Door Project
|
Key and door input routines. More...
#include <iostream>
#include <termios.h>
#include <unistd.h>
#include "door.h"
#include <signal.h>
#include <ctype.h>
Macros | |
#define | CRNL "\r\n" |
Functions | |
void | done (int signal) |
void | raw (void) |
void | reset (void) |
signed int | getch (void) |
void | unget (char c) |
char | get (void) |
signed int | getkey (void) |
Variables | |
struct termios | tio_default |
char | buffer [10] |
int | bpos = 0 |
Key and door input routines.