#include <stdio.h>
#include "cur.h"
Go to the source code of this file.
Functions | |
void | echo (WINDOW *w) |
void | noecho (WINDOW *w) |
void | nl (WINDOW *w) |
void | nonl (WINDOW *w) |
void | crmode (WINDOW *w) |
void | nocrmode (WINDOW *w) |
unsigned char * | getbuf (WINDOW *win, unsigned char *buf) |
int | wgetch (WINDOW *win) |
int | waddch (WINDOW *win, int c) |
unsigned char* getbuf | ( | WINDOW * | win, | |
unsigned char * | buf | |||
) |