display

Undocumented in source.

Members

Aliases

vchar
alias vchar = ushort
Undocumented in source.
vchar
alias vchar = char
Undocumented in source.

Functions

HDEC
int HDEC(int hi)
Undocumented in source. Be warned that the author may not have intended to support it.
HINC
int HINC(int hi)
Undocumented in source. Be warned that the author may not have intended to support it.
coltodoto
int coltodoto(LINE* lp, int col)

Inverse of getcol(), i.e. find offset into line that is closest to or past column col.

display_eol_bg
int display_eol_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_eol_bg
int display_eol_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mark_bg
int display_mark_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mark_bg
int display_mark_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mark_fg
int display_mark_fg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mark_fg
int display_mark_fg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mode_bg
int display_mode_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mode_bg
int display_mode_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mode_fg
int display_mode_fg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_mode_fg
int display_mode_fg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_norm_bg
int display_norm_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_norm_bg
int display_norm_bg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_norm_fg
int display_norm_fg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_norm_fg
int display_norm_fg(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
display_recalc
int display_recalc()
Undocumented in source. Be warned that the author may not have intended to support it.
getcol
int getcol(LINE* dotp, int doto)

Compute column number of line given index into that line.

getcol2
int getcol2(const(char)[] dotp, int doto)
Undocumented in source. Be warned that the author may not have intended to support it.
max
int max(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
mlchange
void mlchange()
Undocumented in source. Be warned that the author may not have intended to support it.
mlerase
void mlerase()
Undocumented in source. Be warned that the author may not have intended to support it.
mlreply
int mlreply(string prompt, string init, string result)
Undocumented in source. Be warned that the author may not have intended to support it.
mlwrite
void mlwrite(string buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
mlwrite
void mlwrite(const(char)* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
mlyesno
int mlyesno(string prompt)
Undocumented in source. Be warned that the author may not have intended to support it.
modeline
void modeline(WINDOW* wp)
Undocumented in source. Be warned that the author may not have intended to support it.
movecursor
void movecursor(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
updateline
void updateline(int row, attchar_t[] vline, attchar_t[] pline)
Undocumented in source. Be warned that the author may not have intended to support it.
vteeol
void vteeol(int startcol)
Undocumented in source. Be warned that the author may not have intended to support it.
vtinit
void vtinit()
Undocumented in source. Be warned that the author may not have intended to support it.
vtmove
void vtmove(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
vtputc
void vtputc(dchar c, int startcol, int tabbase)
Undocumented in source. Be warned that the author may not have intended to support it.
vtputc
void vtputc(dchar c, int startcol, int tabbase, attr_t attr)
Undocumented in source. Be warned that the author may not have intended to support it.
vttidy
void vttidy()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

SHOWCONTROL
enum SHOWCONTROL;
Undocumented in source.
VFCHG
enum VFCHG;
Undocumented in source.

Static functions

vtputs
void vtputs(char[] s, int startcol, int tabbase)

Write a string to vtputc().

Variables

HISTORY_MAX
auto HISTORY_MAX;

Simple circular history buffer for message line.

attr
attr_t attr;
Undocumented in source.
blnk_ln
attchar_t[] blnk_ln;
Undocumented in source.
column_mode
char column_mode;
Undocumented in source.
hardtabsize
int hardtabsize;
Undocumented in source.
history
string[HISTORY_MAX] history;
Undocumented in source.
history_top
int history_top;
Undocumented in source.
mpresf
int mpresf;
Undocumented in source.
pscreen
attchar_t[][] pscreen;
Undocumented in source.
sgarbf
int sgarbf;
Undocumented in source.
ttcol
int ttcol;
Undocumented in source.
ttrow
int ttrow;
Undocumented in source.
vrowflags
ubyte[] vrowflags;
Undocumented in source.
vscreen
attchar_t[][] vscreen;
Undocumented in source.
vtcol
int vtcol;
Undocumented in source.
vtrow
int vtrow;
Undocumented in source.

Meta