console

Undocumented in source.

Members

Functions

getClipboard
char[] getClipboard()
Undocumented in source. Be warned that the author may not have intended to support it.
help
int help(bool f, int n)

Open browser on help file.

help
int help(bool f, int n)

Open browser on help file.

msm_getstatus
int msm_getstatus(uint* pcol, uint* prow)
Undocumented in source. Be warned that the author may not have intended to support it.
msm_hidecursor
void msm_hidecursor()
Undocumented in source. Be warned that the author may not have intended to support it.
msm_init
int msm_init()
msm_showcursor
void msm_showcursor()
Undocumented in source. Be warned that the author may not have intended to support it.
msm_term
void msm_term()
Undocumented in source. Be warned that the author may not have intended to support it.
popen
void popen()
Undocumented in source. Be warned that the author may not have intended to support it.
setClipboard
void setClipboard(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
ttkeysininput
int ttkeysininput()
ttwaitkeys
void ttwaitkeys()

Return when there are unread chars ready in the input.

ttyield
void ttyield()

Wait for any input (yield to other processes).

updateline
void updateline(int row, attchar_t[] buffer, attchar_t[] physical)

Manifest constants

BEL
enum BEL;
Undocumented in source.
ESC
enum ESC;
Undocumented in source.

Static functions

mstat_update
void mstat_update(MOUSE_EVENT_RECORD* pme)

Fold MOUSE_EVENT into mstat.

win32_keytran
uint win32_keytran(KEY_EVENT_RECORD* pkey)

Translate key from WIN32 to IBM PC style.

Static variables

fdwSaveOldMode
DWORD fdwSaveOldMode;
Undocumented in source.
hStdin
HANDLE hStdin;
Undocumented in source.
lookahead
int lookahead;
Undocumented in source.
lookaheadir
INPUT_RECORD lookaheadir;
Undocumented in source.

Structs

TERM
struct TERM
Undocumented in source.
msm_status
struct msm_status
Undocumented in source.

Variables

mstat
msm_status mstat;
Undocumented in source.
term
TERM term;
Undocumented in source.

Meta