main

Undocumented in source.

Members

Functions

ctlxe
int ctlxe(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
ctlxlp
int ctlxlp(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
ctlxrp
int ctlxrp(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
ctrlg
int ctrlg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
edinit
void edinit(string bname)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
int execute(int prefix, int c, bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
getarg
int getarg()

Get and return numeric argument.

getkey
int getkey()
Undocumented in source. Be warned that the author may not have intended to support it.
macrotoggle
int macrotoggle(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
main_saveconfig
int main_saveconfig(bool f, int n)

Save configuration.

normexit
int normexit(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
quit
int quit(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
toggleinsert
int toggleinsert(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CMD_ENDMACRO
enum CMD_ENDMACRO;
Undocumented in source.

Static functions

get2nd
int get2nd(int flag)

Get second key of two key command. Input: the first key value

Structs

CMDTAB
struct CMDTAB
Undocumented in source.
KEYTAB
struct KEYTAB
Undocumented in source.

Variables

altf_tab
ushort[2][] altf_tab;
Undocumented in source.
bheadp
BUFFER* bheadp;
Undocumented in source.
blistp
BUFFER* blistp;
Undocumented in source.
cmdtab
CMDTAB[3] cmdtab;
Undocumented in source.
config
CONFIG config;
Undocumented in source.
config
CONFIG config;
Undocumented in source.
config
CONFIG config;
Undocumented in source.
ctlx_tab
ushort[2][] ctlx_tab;
Undocumented in source.
curbp
BUFFER* curbp;
Undocumented in source.
curgoal
int curgoal;
Undocumented in source.
currow
int currow;
Undocumented in source.
curwp
WINDOW* curwp;
Undocumented in source.
esc_tab
ushort[2][] esc_tab;
Undocumented in source.
fillcol
int fillcol;
Undocumented in source.
gargi
int gargi;
Undocumented in source.
gargs
string[] gargs;
Undocumented in source.
hasmouse
int hasmouse;
Undocumented in source.
insertmode
ubyte insertmode;
Undocumented in source.
kbdm
dchar[256] kbdm;
Undocumented in source.
kbdmip
dchar* kbdmip;
Undocumented in source.
kbdmop
dchar* kbdmop;
Undocumented in source.
keytab
KEYTAB[] keytab;
Undocumented in source.
lastflag
int lastflag;
Undocumented in source.
markcol
int markcol;
Undocumented in source.
pat
string pat;
Undocumented in source.
progname
string progname;
Undocumented in source.
thisflag
int thisflag;
Undocumented in source.

Meta