tcap

Undocumented in source.

Members

Enums

NROW
anonymousenum NROW
Undocumented in source.

Functions

LONGCHAR
int LONGCHAR(char C)
Undocumented in source. Be warned that the author may not have intended to support it.
LONGFINAL
int LONGFINAL(char C)
Undocumented in source. Be warned that the author may not have intended to support it.
cfmakeraw
void cfmakeraw(termios* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dump_longs
void dump_longs()
Undocumented in source. Be warned that the author may not have intended to support it.
dump_one_long
void dump_one_long(int offset, LONGKEY* lkp, LONGKEY* lkprev)
Undocumented in source. Be warned that the author may not have intended to support it.
mouse_command
int mouse_command()
Undocumented in source. Be warned that the author may not have intended to support it.
msm_init
int msm_init()
putnpad
void putnpad(const(char)* str, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
putpad
void putpad(const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
tgetent
int tgetent(char* buffer, char* termtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tgetflag
int tgetflag(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tgetnum
int tgetnum(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tgetstr
const(char)* tgetstr(char* name, const(char)** area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tgoto
const(char)* tgoto(const(char)* cstring, int hpos, int vpos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tparam
const(char)* tparam(const(char)* ctlstring, char* buffer, int size, int parm1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tpstr
void tpstr(const(char)* str, int p1, int p2)
Undocumented in source. Be warned that the author may not have intended to support it.
tputs
int tputs(const(char)* string, int nlines, int function(int) outfun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ttkeysininput
bool ttkeysininput()

Return true if there are unread chars ready in the input.

ttwaitkeys
void ttwaitkeys()

Return when there are unread chars ready in the input.

ttyield
void ttyield()

Static functions

build_long_keys
void build_long_keys(const(char)* term)
Undocumented in source. Be warned that the author may not have intended to support it.
build_one_long
void build_one_long(const(char)* s, int keyval)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

p
const(char)* p;
Undocumented in source.
scroll_type
int scroll_type;
Undocumented in source.

Structs

LONGKEY
struct LONGKEY
Undocumented in source.
TERM
struct TERM
AL
const(char)* AL;
CD
const(char)* CD;
CE
const(char)* CE;
CL
const(char)* CL;
Undocumented in source.

Variables

CM
const(char)* CM;
CS
const(char)* CS;
DL
const(char)* DL;
DO
const(char)* DO;
K1
const(char)* K1;
KD
const(char)* KD;
KL
const(char)* KL;
KR
const(char)* KR;
KU
const(char)* KU;
Undocumented in source.
PC
char PC;
SE
const(char)* SE;
SF
const(char)* SF;
SO
const(char)* SO;
SR
const(char)* SR;
UP
const(char)* UP;
VB
const(char)* VB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
backcheck
int backcheck;
Undocumented in source.
lkroot
LONGKEY* lkroot;
Undocumented in source.
nstate
termios nstate;
Undocumented in source.
ospeed
short ospeed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ostate
termios ostate;
Undocumented in source.
tcapbuf
char[2048] tcapbuf;
Undocumented in source.
term
TERM term;
Undocumented in source.

Meta